summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock8
2 files changed, 9 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dd272b9..b0a8ddc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,7 +36,7 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
gem 'bootsnap', require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
-# gem "image_processing", "~> 1.2"
+gem "image_processing", "~> 1.2"
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem 'rack-cors'
diff --git a/Gemfile.lock b/Gemfile.lock
index fb67e01..82bd52e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -87,10 +87,14 @@ GEM
activesupport (>= 5.0.0)
faker (3.1.1)
i18n (>= 1.8.11, < 2)
+ ffi (1.15.5)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
+ image_processing (1.12.2)
+ mini_magick (>= 4.9.5, < 5)
+ ruby-vips (>= 2.0.17, < 3)
jsonapi-serializer (2.2.0)
activesupport (>= 4.2)
jwt (2.7.0)
@@ -116,6 +120,7 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
+ mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.17.0)
msgpack (1.6.0)
@@ -184,6 +189,8 @@ GEM
rspec-mocks (~> 3.11)
rspec-support (~> 3.11)
rspec-support (3.12.0)
+ ruby-vips (2.1.4)
+ ffi (~> 1.12)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
simplecov (0.22.0)
@@ -213,6 +220,7 @@ DEPENDENCIES
dotenv-rails
factory_bot
faker
+ image_processing (~> 1.2)
jsonapi-serializer
jwt
kaminari