add active storage

This commit is contained in:
João Geonizeli
2021-08-04 20:35:26 -03:00
parent 41e3119953
commit 95079e2ae7
4 changed files with 82 additions and 1 deletions

View File

@@ -121,6 +121,9 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
@@ -150,6 +153,7 @@ GEM
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704)
mini_magick (4.11.0)
mini_mime (1.1.0)
mini_portile2 (2.6.1)
minitest (5.14.4)
@@ -257,6 +261,8 @@ GEM
rubocop-shopify (2.2.0)
rubocop (~> 1.18)
ruby-progressbar (1.11.0)
ruby-vips (2.1.2)
ffi (~> 1.12)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
@@ -323,6 +329,7 @@ DEPENDENCIES
graphql
graphql_playground-rails
httparty
image_processing (~> 1.12)
listen (~> 3.3)
pg (~> 1.1)
pry-byebug