Skip to content

Commit

Permalink
Bump carrierwave from 2.2.2 to 2.2.3 (#992)
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/v2.2.3/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v2.2.2...v2.2.3)

---
updated-dependencies:
- dependency-name: carrierwave
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2022
1 parent a78fc50 commit 3d944a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'bootstrap3-datetimepicker-rails', '~> 4.17.47'
gem 'bootstrap-kaminari-views'
gem 'bootstrap-sass', '~> 3.4.1'
gem 'cancan'
gem 'carrierwave', '~> 2.2.2'
gem 'carrierwave', '~> 2.2.3'
gem 'chartkick'
gem 'csv_builder', '~> 2.1.3'
gem 'delayed_job', '~> 4.1.11'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.2.2)
carrierwave (2.2.3)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -335,7 +335,7 @@ GEM
pry (>= 0.13, < 0.15)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.0)
public_suffix (5.0.1)
puma (6.0.0)
nio4r (~> 2.0)
racc (1.6.2)
Expand Down Expand Up @@ -474,7 +474,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
ssrf_filter (1.1.0)
ssrf_filter (1.1.1)
swagger-blocks (3.0.0)
thor (1.2.1)
thread_safe (0.3.6)
Expand Down Expand Up @@ -520,7 +520,7 @@ DEPENDENCIES
bootstrap3-datetimepicker-rails (~> 4.17.47)
cancan
capybara
carrierwave (~> 2.2.2)
carrierwave (~> 2.2.3)
chartkick
codeclimate-test-reporter
csv_builder (~> 2.1.3)
Expand Down

0 comments on commit 3d944a7

Please sign in to comment.