Skip to content

Commit

Permalink
Bump carrierwave from 2.2.0 to 2.2.5 (#556)
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 2.2.0 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@v2.2.0...v2.2.5)

---
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 Jan 3, 2024
1 parent 727885d commit 5b96f8e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
annotate (3.2.0)
activerecord (>= 3.2, < 8.0)
Expand All @@ -90,19 +90,19 @@ GEM
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
carrierwave (2.2.0)
carrierwave (2.2.5)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
mimemagic (>= 0.3.0)
marcel (~> 1.0.0)
mini_mime (>= 0.1.3)
ssrf_filter (~> 1.0)
case_transform (0.2)
activesupport
choice (0.2.0)
coderay (1.1.3)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
config (3.0.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
Expand Down Expand Up @@ -165,14 +165,14 @@ GEM
multipart-post (>= 1.2, < 3)
ruby2_keywords
faraday-net_http (1.0.1)
ffi (1.15.5)
ffi (1.16.3)
globalid (1.1.0)
activesupport (>= 5.0)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
i18n_data (0.11.0)
image_processing (1.12.2)
Expand Down Expand Up @@ -209,8 +209,8 @@ GEM
nokogiri (~> 1)
rake
mini_magick (4.11.0)
mini_mime (1.1.2)
minitest (5.17.0)
mini_mime (1.1.5)
minitest (5.20.0)
msgpack (1.6.0)
multipart-post (2.1.1)
net-imap (0.3.4)
Expand Down Expand Up @@ -245,10 +245,10 @@ GEM
byebug (~> 11.0)
pry (~> 0.10)
psych (3.3.4)
public_suffix (4.0.6)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
racc (1.7.3)
rack (2.2.6.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -287,7 +287,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.3)
rake (13.1.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -335,7 +335,7 @@ GEM
ruby-graphviz (1.2.5)
rexml
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ruby-vips (2.2.0)
ffi (~> 1.12)
ruby2_keywords (0.0.4)
rubyzip (2.3.2)
Expand All @@ -355,7 +355,7 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
ssrf_filter (1.0.7)
ssrf_filter (1.1.2)
thor (1.1.0)
timeout (0.3.1)
tzinfo (2.0.6)
Expand Down

0 comments on commit 5b96f8e

Please sign in to comment.