Skip to content

Commit

Permalink
Bump carrierwave from 1.3.2 to 2.2.5
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.3.2 to 2.2.5.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/v2.2.5/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v1.3.2...v2.2.5)

---
updated-dependencies:
- dependency-name: carrierwave
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 9, 2023
1 parent 94f3b78 commit e2319a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'jquery-rails', '4.4.0'
gem 'sass-rails', '~> 5.0', '>= 5.0.6'
gem 'turbolinks', '~> 5.2.0'

gem 'carrierwave', '~> 1.3.1'
gem 'carrierwave', '~> 2.2.5'
gem 'certified', '1.0.0'
gem 'chronic', '0.10.2'
gem 'cloudinary', '~> 1.25.0'
Expand Down
25 changes: 17 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,13 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
carrierwave (2.2.5)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
marcel (~> 1.0.0)
mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0)
certified (1.0.0)
choice (0.2.0)
Expand Down Expand Up @@ -207,6 +210,9 @@ GEM
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
inline_svg (1.8.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
Expand Down Expand Up @@ -244,9 +250,10 @@ GEM
matrix (0.4.2)
memoist (0.16.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2023.1003)
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.20.0)
mono_logger (1.1.0)
Expand Down Expand Up @@ -496,6 +503,8 @@ GEM
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (1.3.0)
rufus-scheduler (3.8.2)
Expand Down Expand Up @@ -558,7 +567,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
ssrf_filter (1.1.1)
ssrf_filter (1.1.2)
stringio (3.0.2)
terser (1.1.14)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -613,7 +622,7 @@ DEPENDENCIES
bundler-audit
byebug
capybara (~> 3.39.2)
carrierwave (~> 1.3.1)
carrierwave (~> 2.2.5)
certified (= 1.0.0)
chronic (= 0.10.2)
cloudinary (~> 1.25.0)
Expand Down

0 comments on commit e2319a3

Please sign in to comment.