Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump carrierwave from 1.3.2 to 2.2.6 #4992

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gem "dalli", "~> 3.0"
gem "geocoder", "~> 1.6.0"
gem "timezone", "~> 1.3"

gem "carrierwave", "~> 1.2"
gem "carrierwave", "~> 2.2"
gem "mini_magick", "4.9.4"
gem "fog-aws", "~> 1.4"
gem "carrierwave_direct", "~> 0.0"
Expand Down
26 changes: 18 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,13 @@ GEM
mail
carmen (1.1.3)
activesupport (>= 3.0.0)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
carrierwave (2.2.6)
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)
carrierwave_direct (0.0.16)
carrierwave
Expand Down Expand Up @@ -256,6 +259,9 @@ GEM
glob
i18n
i18n_data (0.7.0)
image_processing (1.9.1)
mini_magick (>= 4.9.3, < 5)
ruby-vips (>= 2.0.13, < 3)
indefinite_article (0.2.4)
activesupport
ipaddress (0.8.3)
Expand All @@ -275,6 +281,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lodash-rails (4.17.21)
railties (>= 3.1)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -292,9 +299,9 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
method_source (1.0.0)
mime-types (3.5.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mime-types-data (3.2024.0820)
mini_magick (4.9.4)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
Expand Down Expand Up @@ -462,6 +469,9 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby-rc4 (0.1.5)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
ruby_parser (3.16.0)
sexp_processor (~> 4.15, >= 4.15.1)
Expand Down Expand Up @@ -504,7 +514,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
ssrf_filter (1.1.2)
standard (1.1.5)
rubocop (= 1.18.3)
rubocop-performance (= 1.11.4)
Expand Down Expand Up @@ -574,7 +584,7 @@ DEPENDENCIES
capybara (~> 3.0)
capybara-email (~> 3.0)
carmen (~> 1.1)
carrierwave (~> 1.2)
carrierwave (~> 2.2)
carrierwave_direct (~> 0.0)
casting (~> 0.7)
checkr-official (~> 1.5)
Expand Down