Skip to content

Commit

Permalink
Bump carrierwave from 2.2.5 to 2.2.6
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 2.2.5 to 2.2.6.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/v2.2.6/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v2.2.5...v2.2.6)

---
updated-dependencies:
- dependency-name: carrierwave
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 232e182 commit 5827407
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'jquery-rails', '4.4.0'
gem 'sass-rails', '~> 5.0', '>= 5.0.6'
gem 'turbolinks', '~> 5.2.0'

gem 'carrierwave', '~> 2.2.5'
gem 'carrierwave', '~> 2.2.6'
gem 'certified', '1.0.0'
gem 'chronic', '0.10.2'
gem 'cloudinary', '~> 1.25.0'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.2.5)
carrierwave (2.2.6)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -162,7 +162,7 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.1)
ffi (1.15.5)
ffi (1.16.3)
font-awesome-sass (6.2.0)
sassc (~> 2.0)
foreman (0.87.2)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.14.1)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -250,7 +250,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
memoist (0.16.2)
method_source (1.0.0)
Expand All @@ -259,7 +259,7 @@ GEM
mime-types-data (3.2023.1003)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.22.2)
minitest (5.22.3)
mono_logger (1.1.2)
multi_json (1.15.0)
multi_xml (0.6.0)
Expand Down Expand Up @@ -332,7 +332,7 @@ GEM
pry (>= 0.10.4)
psych (4.0.6)
stringio
public_suffix (5.0.0)
public_suffix (5.0.4)
puma (5.6.8)
nio4r (~> 2.0)
pusher (1.3.3)
Expand Down Expand Up @@ -507,7 +507,7 @@ GEM
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (1.3.0)
Expand Down Expand Up @@ -624,7 +624,7 @@ DEPENDENCIES
bundler-audit
byebug
capybara (~> 3.39.2)
carrierwave (~> 2.2.5)
carrierwave (~> 2.2.6)
certified (= 1.0.0)
chronic (= 0.10.2)
cloudinary (~> 1.25.0)
Expand Down

0 comments on commit 5827407

Please sign in to comment.