Skip to content

Commit

Permalink
Bump carrierwave from 1.3.2 to 2.2.3
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.3.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/v2.2.3/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v1.3.2...v2.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2023
1 parent 495a956 commit 9c90e7a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end

gem "acts_as_votable", "~> 0.12.0"
gem "bootstrap", "~> 4.1.0"
gem "carrierwave", "~> 1.3.1"
gem "carrierwave", "~> 2.2.3"
gem "carrierwave-bombshelter"
gem "carrierwave-postgresql", "0.3.0"
gem "devise", "~> 4.6.2"
Expand Down
21 changes: 13 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,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.3)
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)
carrierwave-bombshelter (0.2.2)
activesupport (>= 3.2.0)
Expand Down Expand Up @@ -150,6 +153,9 @@ GEM
activesupport (>= 5.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
iso (0.4.0)
i18n
jbuilder (2.11.5)
Expand Down Expand Up @@ -189,9 +195,6 @@ GEM
meta-tags (2.18.0)
actionpack (>= 3.2.0, < 7.1)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_magick (4.12.0)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
Expand Down Expand Up @@ -308,6 +311,8 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_dep (1.5.0)
rubyzip (2.3.2)
sass (3.7.4)
Expand Down Expand Up @@ -393,7 +398,7 @@ DEPENDENCIES
byebug
capybara (>= 2.15, < 4.0)
capybara-selenium
carrierwave (~> 1.3.1)
carrierwave (~> 2.2.3)
carrierwave-bombshelter
carrierwave-postgresql (= 0.3.0)
codecov
Expand Down

0 comments on commit 9c90e7a

Please sign in to comment.