Skip to content

Commit

Permalink
lint: update carrierwave base64 to last version
Browse files Browse the repository at this point in the history
  • Loading branch information
syl-p committed Jan 2, 2024
1 parent d440cd2 commit c84d3a7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ gem 'pg', '>= 0.18', '< 2.0'
gem 'mime-types', '~> 3.3'
gem 'puma', '~> 5.6'

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

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
52 changes: 24 additions & 28 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.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bcrypt (3.1.18)
bootsnap (1.13.0)
Expand All @@ -78,18 +78,17 @@ GEM
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
carrierwave (2.1.1)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
carrierwave (3.0.5)
activemodel (>= 6.0.0)
activesupport (>= 6.0.0)
addressable (~> 2.6)
image_processing (~> 1.1)
mimemagic (>= 0.3.0)
mini_mime (>= 0.1.3)
marcel (~> 1.0.0)
ssrf_filter (~> 1.0)
carrierwave-base64 (2.8.1)
carrierwave (>= 0.8.0)
carrierwave-base64 (2.10.0)
carrierwave (>= 2.2.1)
marcel (~> 1.0.0)
mime-types (~> 3.0)
mimemagic (~> 0.3.2)
concurrent-ruby (1.2.2)
crass (1.0.6)
devise (4.8.1)
Expand Down Expand Up @@ -122,7 +121,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 @@ -138,16 +137,13 @@ GEM
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
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)
mime-types-data (3.2023.1205)
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 @@ -165,20 +161,20 @@ GEM
net-protocol
timeout
nio4r (2.5.9)
nokogiri (1.15.2)
nokogiri (1.16.0)
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 @@ -215,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 @@ -238,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 @@ -263,8 +259,8 @@ DEPENDENCIES
brakeman
bundler-audit
byebug
carrierwave (~> 2.1.1)
carrierwave-base64 (~> 2.8.0)
carrierwave
carrierwave-base64
devise
devise-i18n
devise-security
Expand Down

0 comments on commit c84d3a7

Please sign in to comment.