Skip to content

Commit

Permalink
build(deps): bump carrierwave from 2.1.1 to 2.2.5
Browse files Browse the repository at this point in the history
Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 2.1.1 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.1.1...v2.2.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent f24a10b commit 0d80f24
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 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 'pg', '>= 0.18', '< 2.0'
gem 'mime-types', '~> 3.3'
gem 'puma', '~> 5.6'

gem 'carrierwave', '~> 2.1.1'
gem 'carrierwave', '~> 2.2.5'
gem 'carrierwave-base64', '~> 2.8.0'
gem 'dotenv-rails'

Expand Down
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@ 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.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bcrypt (3.1.18)
bootsnap (1.13.0)
msgpack (~> 1.2)
builder (3.2.4)
byebug (11.1.3)
carrierwave (2.1.1)
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)
carrierwave-base64 (2.8.1)
Expand Down Expand Up @@ -118,7 +118,7 @@ GEM
railties (>= 5.0.0)
fast_jsonapi (1.5)
activesupport (>= 4.2)
ffi (1.15.5)
ffi (1.16.3)
globalid (1.0.1)
activesupport (>= 5.0)
i18n (1.14.1)
Expand All @@ -140,10 +140,10 @@ GEM
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.11.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
minitest (5.18.0)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
msgpack (1.5.4)
net-imap (0.2.3)
digest
Expand All @@ -161,20 +161,20 @@ GEM
net-protocol
timeout
nio4r (2.5.9)
nokogiri (1.15.2)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.4.2)
public_suffix (4.0.7)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
pundit (2.2.0)
activesupport (>= 3.0.0)
racc (1.7.0)
racc (1.7.3)
rack (2.2.7)
rack-cors (1.1.1)
rack (>= 2.0.0)
Expand Down Expand Up @@ -211,7 +211,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.5.0)
responders (3.0.1)
actionpack (>= 5.0)
Expand All @@ -234,9 +234,9 @@ GEM
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
ruby-progressbar (1.11.0)
ruby-vips (2.1.4)
ruby-vips (2.2.0)
ffi (~> 1.12)
ssrf_filter (1.0.8)
ssrf_filter (1.1.2)
strscan (3.0.4)
thor (1.2.2)
timeout (0.3.0)
Expand All @@ -257,7 +257,7 @@ DEPENDENCIES
bcrypt (~> 3.1.13)
bootsnap (>= 1.4.5)
byebug
carrierwave (~> 2.1.1)
carrierwave (~> 2.2.5)
carrierwave-base64 (~> 2.8.0)
devise
devise-i18n
Expand Down

0 comments on commit 0d80f24

Please sign in to comment.