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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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' -- cgit v1.2.3