Bump carrierwave from 2.1.0 to 3.0.5

Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 2.1.0 to 3.0.5.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md)
- [Commits](https://github.com/carrierwaveuploader/carrierwave/compare/v2.1.0...v3.0.5)

---
updated-dependencies:
- dependency-name: carrierwave
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-29 09:21:03 +00:00 committed by GitHub
parent 020b7db712
commit a6d3a5b15c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 12 deletions

View File

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

View File

@ -81,7 +81,7 @@ GEM
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
addressable (2.8.5) addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2) ast (2.4.2)
bcrypt (3.1.20) bcrypt (3.1.20)
@ -101,13 +101,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)
@ -260,9 +260,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)
@ -300,7 +297,7 @@ GEM
pghero (3.4.0) pghero (3.4.0)
activerecord (>= 6) activerecord (>= 6)
prometheus-client (4.2.2) prometheus-client (4.2.2)
public_suffix (5.0.3) public_suffix (5.0.4)
puma (6.4.2) puma (6.4.2)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.3.1) pundit (2.3.1)
@ -477,6 +474,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)
@ -527,7 +525,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