Skip to content

Commit

Permalink
Bump carrierwave from 2.2.6 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 2.2.6 to 3.1.0.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v2.2.6...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 2617dc6 commit f2e81dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gem 'haml-rails'
gem 'annotate'
gem 'attribute_normalizer'
gem 'awesome_print'
gem 'carrierwave', '~> 2'
gem 'carrierwave', '~> 3'
gem 'dalli'
gem 'devise'
gem 'mini_magick'
Expand Down
11 changes: 5 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,12 @@ GEM
capistrano-slackify (2.10.3)
capistrano (>= 3.2.0)
multi_json
carrierwave (2.2.6)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
carrierwave (3.1.0)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
marcel (~> 1.0.0)
mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0)
codecov (0.2.12)
json
Expand Down Expand Up @@ -405,7 +404,7 @@ GEM
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
securerandom (0.4.0)
securerandom (0.4.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -486,7 +485,7 @@ DEPENDENCIES
capistrano-rake
capistrano-rbenv
capistrano-slackify (~> 2.10)
carrierwave (~> 2)
carrierwave (~> 3)
codecov
colorize
country_select
Expand Down

0 comments on commit f2e81dd

Please sign in to comment.