diff --git a/Gemfile b/Gemfile index c2964b19..201ca7f1 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'skylight', '~> 5.0' gem 'sidekiq', '~> 6.2.1' gem 'sidekiq-cron', '~> 1.2.0' gem 'aws-sdk-s3', '~> 1.94', require: false -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' # Assets gem 'jquery-rails', '~> 4.3.5' diff --git a/Gemfile.lock b/Gemfile.lock index e81a30b2..d2c29465 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM fabrication (2.22.0) faker (2.17.0) i18n (>= 1.6, < 2) - ffi (1.15.0) + ffi (1.15.5) formtastic (4.0.0) actionpack (>= 5.2.0) formtastic_i18n (0.6.0) @@ -170,7 +170,7 @@ GEM http_accept_language (2.1.1) i18n (1.8.10) concurrent-ruby (~> 1.0) - image_processing (1.12.1) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) inherited_resources (1.12.0) @@ -345,7 +345,7 @@ GEM rack (>= 1.1) rubocop (>= 0.90.0, < 2.0) ruby-progressbar (1.11.0) - ruby-vips (2.1.0) + ruby-vips (2.1.4) ffi (~> 1.12) ruby2_keywords (0.0.4) rubyzip (2.3.0) @@ -443,7 +443,7 @@ DEPENDENCIES faker (~> 2.15) has_scope (~> 0.7.2) http_accept_language (~> 2.1.1) - image_processing (~> 1.2) + image_processing (~> 1.12) jquery-rails (~> 4.3.5) json_translate (~> 4.0.0) kaminari (~> 1.2.1)