diff options
author | HombreLaser <sebastian-440@live.com> | 2023-03-24 22:33:24 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-03-24 22:33:24 -0600 |
commit | d39dc52d2f6924e05419a157e7bd779ec5f5d4e6 (patch) | |
tree | 4bafda891e4f0d6f607b8e9c638cfa168cfacfc5 | |
parent | b833c70982f1d919dba649dbe35060d213b2bc68 (diff) |
Descomenta image_processing
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -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 |