diff --git a/Gemfile b/Gemfile index 4af351e9..7e12e747 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "bcrypt", "~> 3.1.20" gem "active_model_otp" gem "bootsnap", require: false gem "bootstrap_form", "~> 5.0" -gem "carrierwave", "~> 2.0" +gem "carrierwave", "~> 3.0" gem "carrierwave_backgrounder", "~> 1.0.2" gem "colorize" gem "devise", "~> 4.9" diff --git a/Gemfile.lock b/Gemfile.lock index 83675c3b..afe15eb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,13 +102,13 @@ GEM bullet (7.1.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11) - carrierwave (2.1.0) - activemodel (>= 5.0.0) - activesupport (>= 5.0.0) + carrierwave (3.0.5) + activemodel (>= 6.0.0) + activesupport (>= 6.0.0) addressable (~> 2.6) image_processing (~> 1.1) - mimemagic (>= 0.3.0) - mini_mime (>= 0.1.3) + marcel (~> 1.0.0) + ssrf_filter (~> 1.0) carrierwave_backgrounder (1.0.2) carrierwave (> 2.0, < 4.0) rails (> 6.0, < 8.0) @@ -262,9 +262,6 @@ GEM mime-types (3.5.2) mime-types-data (~> 3.2015) mime-types-data (3.2023.1205) - mimemagic (0.4.3) - nokogiri (~> 1) - rake mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.5) @@ -479,6 +476,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + ssrf_filter (1.1.2) sysexits (1.2.0) temple (0.10.3) thor (1.3.0) @@ -529,7 +527,7 @@ DEPENDENCIES bootsnap bootstrap_form (~> 5.0) bullet - carrierwave (~> 2.0) + carrierwave (~> 3.0) carrierwave_backgrounder (~> 1.0.2) colorize connection_pool