Downgrade CarrierWave and Backgrounder

This commit is contained in:
Andreas Nedbal 2024-03-10 17:26:49 +01:00 committed by Andreas Nedbal
parent 07cafb9b30
commit d6b5e2bae7
2 changed files with 15 additions and 12 deletions

View File

@ -21,8 +21,8 @@ gem "bcrypt", "~> 3.1.20"
gem "active_model_otp" gem "active_model_otp"
gem "bootsnap", require: false gem "bootsnap", require: false
gem "bootstrap_form", "~> 5.0" gem "bootstrap_form", "~> 5.0"
gem "carrierwave", "~> 3.0" gem "carrierwave", "~> 2.1"
gem "carrierwave_backgrounder", "~> 1.0.2" gem "carrierwave_backgrounder", "~> 0.4.2"
gem "colorize" gem "colorize"
gem "devise", "~> 4.9" gem "devise", "~> 4.9"
gem "devise-async" gem "devise-async"

View File

@ -102,16 +102,16 @@ GEM
bullet (7.1.6) bullet (7.1.6)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
uniform_notifier (~> 1.11) uniform_notifier (~> 1.11)
carrierwave (3.0.5) carrierwave (2.1.1)
activemodel (>= 6.0.0) activemodel (>= 5.0.0)
activesupport (>= 6.0.0) activesupport (>= 5.0.0)
addressable (~> 2.6) addressable (~> 2.6)
image_processing (~> 1.1) image_processing (~> 1.1)
marcel (~> 1.0.0) mimemagic (>= 0.3.0)
mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0) ssrf_filter (~> 1.0)
carrierwave_backgrounder (1.0.2) carrierwave_backgrounder (0.4.3)
carrierwave (> 2.0, < 4.0) carrierwave (>= 0.5, < 2.2)
rails (> 6.0, < 8.0)
chunky_png (1.4.0) chunky_png (1.4.0)
colorize (1.1.0) colorize (1.1.0)
concurrent-ruby (1.2.3) concurrent-ruby (1.2.3)
@ -262,6 +262,9 @@ GEM
mime-types (3.5.2) mime-types (3.5.2)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205) mime-types-data (3.2023.1205)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.12.0) mini_magick (4.12.0)
mini_mime (1.1.5) mini_mime (1.1.5)
mini_portile2 (2.8.5) mini_portile2 (2.8.5)
@ -423,7 +426,7 @@ GEM
rubocop (>= 1.33.0, < 2.0) rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby-vips (2.2.0) ruby-vips (2.2.1)
ffi (~> 1.12) ffi (~> 1.12)
rubyzip (2.3.2) rubyzip (2.3.2)
rufus-scheduler (3.9.1) rufus-scheduler (3.9.1)
@ -527,8 +530,8 @@ DEPENDENCIES
bootsnap bootsnap
bootstrap_form (~> 5.0) bootstrap_form (~> 5.0)
bullet bullet
carrierwave (~> 3.0) carrierwave (~> 2.1)
carrierwave_backgrounder (~> 1.0.2) carrierwave_backgrounder (~> 0.4.2)
colorize colorize
connection_pool connection_pool
cssbundling-rails (~> 1.4) cssbundling-rails (~> 1.4)