Skip to content

Commit

Permalink
Merge pull request #1442 from tryzealot/dependabot/bundler/carrierwav…
Browse files Browse the repository at this point in the history
…e-3.0.7

chore(deps): bump carrierwave from 3.0.5 to 3.0.7
  • Loading branch information
icyleaf authored Mar 26, 2024
2 parents 8e3a306 + d106305 commit bca4db1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem 'friendly_id', '~> 5.5.1'
## 数据分页
gem 'kaminari', '~> 1.2.2'
## 文件上传
gem 'carrierwave', '~> 3.0.4'
gem 'carrierwave', '~> 3.0.7'
gem 'webp-ffi', '~> 0.4.0'

# Helper
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ GEM
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.2.4)
carrierwave (3.0.5)
carrierwave (3.0.7)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -264,7 +264,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
method_source (1.0.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
Expand Down Expand Up @@ -476,7 +476,7 @@ GEM
rubocop (>= 1.33.0, < 2.0)
ruby-macho (3.0.0)
ruby-progressbar (1.11.0)
ruby-vips (2.2.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
rubyntlm (0.6.3)
rubyzip (2.3.2)
Expand Down Expand Up @@ -597,7 +597,7 @@ DEPENDENCIES
better_errors
binding_of_caller
bootsnap (>= 1.4.7)
carrierwave (~> 3.0.4)
carrierwave (~> 3.0.7)
cssbundling-rails (~> 1.4)
debug (~> 1.9.1)
devise (~> 4.9.3)
Expand Down

0 comments on commit bca4db1

Please sign in to comment.