From d39dc52d2f6924e05419a157e7bd779ec5f5d4e6 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Fri, 24 Mar 2023 22:33:24 -0600 Subject: Descomenta image_processing --- Gemfile | 2 +- Gemfile.lock | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3