Merge pull request #1606 from Retrospring/dependabot/bundler/carrierwave-3.0.5

This commit is contained in:
dependabot[bot] 2024-02-19 19:33:54 +00:00 committed by GitHub
commit fd400ba071
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 10 deletions

View File

@ -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"

View File

@ -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