Skip to content

Commit

Permalink
build(deps): bump carrierwave from 3.0.5 to 3.0.7 (#255)
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 3.0.5 to 3.0.7.
- [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases)
- [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md)
- [Commits](carrierwaveuploader/carrierwave@v3.0.5...v3.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2024
1 parent 957cb41 commit 092058b
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
bcrypt (3.1.20)
bootsnap (1.17.1)
Expand All @@ -79,7 +79,7 @@ GEM
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
carrierwave (3.0.5)
carrierwave (3.0.7)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
addressable (~> 2.6)
Expand All @@ -90,7 +90,7 @@ GEM
carrierwave (>= 2.2.1)
marcel (~> 1.0.0)
mime-types (~> 3.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.3.4)
devise (4.9.3)
Expand Down Expand Up @@ -123,16 +123,18 @@ GEM
railties (>= 5.0.0)
fast_jsonapi (1.5)
activesupport (>= 4.2)
ffi (1.16.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
json (2.7.1)
language_server-protocol (3.17.0.3)
logger (1.6.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -141,14 +143,14 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205)
mini_magick (4.12.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.22.2)
minitest (5.25.4)
msgpack (1.7.2)
net-imap (0.4.10)
date
Expand All @@ -171,7 +173,7 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
public_suffix (5.0.4)
public_suffix (6.0.1)
puma (5.6.8)
nio4r (~> 2.0)
pundit (2.3.1)
Expand Down Expand Up @@ -250,15 +252,16 @@ GEM
rubocop-performance
rubocop-rails
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
ssrf_filter (1.1.2)
ssrf_filter (1.2.0)
thor (1.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
Expand Down

0 comments on commit 092058b

Please sign in to comment.