Skip to content

Commit

Permalink
Bump carrierwave from 3.0.7 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 3.0.7 to 3.1.0.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v3.0.7...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 041e27e commit 1f98cd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gem 'actionpack-action_caching'
gem 'actionpack-page_caching'
gem 'active_link_to'
gem 'bootstrap', '~> 5.3.3'
gem 'carrierwave', '~> 3.0'
gem 'carrierwave', '~> 3.1'
gem 'commonmarker', '~>2.0.1'
gem 'draper'
gem 'friendly_id', '~> 5.5'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (3.0.7)
carrierwave (3.1.0)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -551,7 +551,7 @@ GEM
tilt
scss_lint (0.60.0)
sass (~> 3.5, >= 3.5.5)
securerandom (0.4.0)
securerandom (0.4.1)
sexp_processor (4.17.3)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
Expand Down Expand Up @@ -639,7 +639,7 @@ DEPENDENCIES
byebug
capistrano-rails (~> 1.6)
capybara
carrierwave (~> 3.0)
carrierwave (~> 3.1)
colored
commonmarker (~> 2.0.1)
cuprite
Expand Down

0 comments on commit 1f98cd3

Please sign in to comment.