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:
parent
020b7db712
commit
a6d3a5b15c
2
Gemfile
2
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"
|
||||
|
|
20
Gemfile.lock
20
Gemfile.lock
|
@ -81,7 +81,7 @@ GEM
|
|||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
tzinfo (~> 2.0)
|
||||
addressable (2.8.5)
|
||||
addressable (2.8.6)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ast (2.4.2)
|
||||
bcrypt (3.1.20)
|
||||
|
@ -101,13 +101,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)
|
||||
|
@ -260,9 +260,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)
|
||||
|
@ -300,7 +297,7 @@ GEM
|
|||
pghero (3.4.0)
|
||||
activerecord (>= 6)
|
||||
prometheus-client (4.2.2)
|
||||
public_suffix (5.0.3)
|
||||
public_suffix (5.0.4)
|
||||
puma (6.4.2)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.3.1)
|
||||
|
@ -477,6 +474,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)
|
||||
|
@ -527,7 +525,7 @@ DEPENDENCIES
|
|||
bootsnap
|
||||
bootstrap_form (~> 5.0)
|
||||
bullet
|
||||
carrierwave (~> 2.0)
|
||||
carrierwave (~> 3.0)
|
||||
carrierwave_backgrounder (~> 1.0.2)
|
||||
colorize
|
||||
connection_pool
|
||||
|
|
Loading…
Reference in New Issue