diff --git a/Gemfile b/Gemfile index 4473964..5138c89 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'rack-cors', '~> 1' gem 'rails', '~> 6.1' gem 'rails-i18n', '~> 6' gem 'active_storage_validations', '~> 0.9' -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'rails_admin', '~> 2.1' gem 'rails_admin-i18n', '~> 1' gem 'rails_admin_import', '~> 2' diff --git a/Gemfile.lock b/Gemfile.lock index 3db8434..5dfa83e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -124,7 +124,7 @@ GEM railties (>= 3.0.0) faker (1.9.6) i18n (>= 0.7) - ffi (1.15.4) + ffi (1.15.5) globalid (0.5.2) activesupport (>= 5.0) haml (5.2.2) @@ -135,7 +135,7 @@ GEM concurrent-ruby (~> 1.0) i18n-js (3.9.0) i18n (>= 0.6.6) - image_processing (1.12.1) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) jquery-rails (4.4.0) @@ -297,7 +297,7 @@ GEM rubocop-ast (1.11.0) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) - ruby-vips (2.1.3) + ruby-vips (2.1.4) ffi (~> 1.12) rubyzip (2.3.2) sass (3.7.4) @@ -386,7 +386,7 @@ DEPENDENCIES faker (~> 1.8) http_accept_language (~> 2) i18n-js (~> 3) - image_processing (~> 1.2) + image_processing (~> 1.12) json-schema (~> 2.8) leaflet-rails (~> 1) listen