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 /Gemfile | |
parent | b833c70982f1d919dba649dbe35060d213b2bc68 (diff) |
Descomenta image_processing
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 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' |