Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 7cc6d5f commit af1dca8
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,13 @@ GEM
capybara-selenium (0.0.6)
capybara
selenium-webdriver
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
carrierwave (2.2.5)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
marcel (~> 1.0.0)
mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0)
cheat (1.3.3)
pager (~> 1.0)
Expand Down Expand Up @@ -346,6 +349,9 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
ims-lti (2.2.3)
addressable (~> 2.5, >= 2.5.1)
builder (~> 3.2)
Expand Down Expand Up @@ -408,12 +414,13 @@ GEM
maruku (0.7.3)
matrix (0.4.2)
method_source (0.8.2)
mime-types (3.4.1)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2023.1003)
mimemagic (0.4.3)
nokogiri (~> 1)
rake
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_racer (0.6.2)
Expand Down Expand Up @@ -683,6 +690,8 @@ GEM
unicode-display_width (~> 1.4.0)
ruby-graphviz (1.2.4)
ruby-progressbar (1.10.0)
ruby-vips (2.2.0)
ffi (~> 1.12)
rubyzip (1.3.0)
safe_yaml (1.0.5)
sass (3.4.25)
Expand Down Expand Up @@ -724,7 +733,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
ssrf_filter (1.1.2)
test_xml (0.1.8)
diffy (~> 3.0)
nokogiri (>= 1.3.2)
Expand Down

0 comments on commit af1dca8

Please sign in to comment.