Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump carrierwave from 3.0.7 to 3.1.0 #1776

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10.0)
devise (~> 4.9.4)
Expand Down
Loading