Merge pull request #1606 from Retrospring/dependabot/bundler/carrierwave-3.0.5
This commit is contained in:
commit
fd400ba071
2
Gemfile
2
Gemfile
|
@ -21,7 +21,7 @@ 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", "~> 2.0"
|
gem "carrierwave", "~> 3.0"
|
||||||
gem "carrierwave_backgrounder", "~> 1.0.2"
|
gem "carrierwave_backgrounder", "~> 1.0.2"
|
||||||
gem "colorize"
|
gem "colorize"
|
||||||
gem "devise", "~> 4.9"
|
gem "devise", "~> 4.9"
|
||||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -102,13 +102,13 @@ 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 (2.1.0)
|
carrierwave (3.0.5)
|
||||||
activemodel (>= 5.0.0)
|
activemodel (>= 6.0.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 6.0.0)
|
||||||
addressable (~> 2.6)
|
addressable (~> 2.6)
|
||||||
image_processing (~> 1.1)
|
image_processing (~> 1.1)
|
||||||
mimemagic (>= 0.3.0)
|
marcel (~> 1.0.0)
|
||||||
mini_mime (>= 0.1.3)
|
ssrf_filter (~> 1.0)
|
||||||
carrierwave_backgrounder (1.0.2)
|
carrierwave_backgrounder (1.0.2)
|
||||||
carrierwave (> 2.0, < 4.0)
|
carrierwave (> 2.0, < 4.0)
|
||||||
rails (> 6.0, < 8.0)
|
rails (> 6.0, < 8.0)
|
||||||
|
@ -262,9 +262,6 @@ 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)
|
||||||
|
@ -479,6 +476,7 @@ GEM
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
|
ssrf_filter (1.1.2)
|
||||||
sysexits (1.2.0)
|
sysexits (1.2.0)
|
||||||
temple (0.10.3)
|
temple (0.10.3)
|
||||||
thor (1.3.0)
|
thor (1.3.0)
|
||||||
|
@ -529,7 +527,7 @@ DEPENDENCIES
|
||||||
bootsnap
|
bootsnap
|
||||||
bootstrap_form (~> 5.0)
|
bootstrap_form (~> 5.0)
|
||||||
bullet
|
bullet
|
||||||
carrierwave (~> 2.0)
|
carrierwave (~> 3.0)
|
||||||
carrierwave_backgrounder (~> 1.0.2)
|
carrierwave_backgrounder (~> 1.0.2)
|
||||||
colorize
|
colorize
|
||||||
connection_pool
|
connection_pool
|
||||||
|
|
Loading…
Reference in New Issue