Skip to content

Commit

Permalink
chore(deps): bump carrierwave from 3.0.7 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 3.0.7 to 3.1.0.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v3.0.7...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent b9d7e94 commit a0ef0e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem 'ostruct' # needs in rswag
# Model
gem 'friendly_id', '~> 5.5.1'
gem 'kaminari', '~> 1.2.2'
gem 'carrierwave', '~> 3.0.7'
gem 'carrierwave', '~> 3.1.0'
gem 'webp-ffi', '~> 0.4.0'

# Helper
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
bootsnap (1.18.4)
msgpack (~> 1.2)
builder (3.3.0)
carrierwave (3.0.7)
carrierwave (3.1.0)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
icns (0.2.0)
image_processing (1.12.2)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
image_size (3.4.0)
Expand Down Expand Up @@ -301,7 +301,7 @@ GEM
net-smtp
marcel (1.0.4)
method_source (1.1.0)
mini_magick (4.13.1)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
Expand Down Expand Up @@ -542,8 +542,9 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-macho (4.1.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.1)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
rubyntlm (0.6.5)
base64
rubyzip (2.3.2)
Expand All @@ -568,7 +569,7 @@ GEM
activejob (>= 7.2)
activerecord (>= 7.2)
railties (>= 7.2)
ssrf_filter (1.1.2)
ssrf_filter (1.2.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
Expand Down Expand Up @@ -646,7 +647,7 @@ DEPENDENCIES
better_errors
binding_of_caller
bootsnap (>= 1.4.7)
carrierwave (~> 3.0.7)
carrierwave (~> 3.1.0)
cssbundling-rails (~> 1.4)
debug (~> 1.9.2)
devise (~> 4.9.4)
Expand Down

0 comments on commit a0ef0e1

Please sign in to comment.