Skip to content

Commit

Permalink
Upgrade active_storage_base64 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
santib committed May 10, 2024
1 parent 11d652e commit fd0f419
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ gem 'rails', '~> 7.1.3'

# Gems
gem 'activeadmin', '~> 3.2'
gem 'active_storage_base64', '~> 2.0.0'
gem 'active_storage_base64', '~> 3.0.0'
gem 'aws-sdk-s3', '~> 1.148', require: false
gem 'bootsnap', '~> 1.17'
gem 'delayed_job_active_record', '~> 4.1'
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Expand Up @@ -67,8 +67,9 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_storage_base64 (2.0.0)
rails (>= 7.0)
active_storage_base64 (3.0.0)
activestorage (> 7.0)
activesupport (> 7.0)
activeadmin (3.2.1)
arbre (~> 1.2, >= 1.2.1)
csv
Expand Down Expand Up @@ -146,7 +147,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.7)
bigdecimal (3.1.8)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
bootsnap (1.18.3)
Expand Down Expand Up @@ -268,7 +269,7 @@ GEM
activesupport (>= 5.2)
hashdiff (1.1.0)
highline (3.0.1)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.13)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -337,7 +338,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.5)
Expand All @@ -347,17 +348,17 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
net-imap (0.4.11)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
newrelic_rpm (9.9.0)
nio4r (2.7.0)
nio4r (2.7.3)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -395,7 +396,7 @@ GEM
pundit (2.3.1)
activesupport (>= 3.0.0)
racc (1.7.3)
rack (3.0.10)
rack (3.0.11)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-protection (4.0.0)
Expand Down Expand Up @@ -465,7 +466,7 @@ GEM
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.9.0)
reline (0.5.5)
reline (0.5.6)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
Expand Down Expand Up @@ -613,7 +614,7 @@ PLATFORMS
ruby

DEPENDENCIES
active_storage_base64 (~> 2.0.0)
active_storage_base64 (~> 3.0.0)
activeadmin (~> 3.2)
annotate (~> 3.2, >= 3.0.3)
aws-sdk-s3 (~> 1.148)
Expand Down

0 comments on commit fd0f419

Please sign in to comment.