diff --git a/Gemfile b/Gemfile index d7c1276134..54ddb682ff 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'paperclip', '~> 6.0.0' gem 'delayed_paperclip', '~> 3.0.1' # Active Storage -gem 'image_processing', '~> 1.9.3' +gem 'image_processing', '~> 1.12.2' gem 'mini_magick', '~> 4.9.5' gem 'aws-sdk-s3', '~> 1' diff --git a/Gemfile.lock b/Gemfile.lock index a515239851..abd8862ba1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,9 +271,9 @@ GEM i18n-js (3.0.11) i18n (>= 0.6.6, < 2) i18n_data (0.7.0) - image_processing (1.9.3) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.13, < 3) + ruby-vips (>= 2.0.17, < 3) innertube (1.1.0) intercom (4.1.2) jaro_winkler (1.5.4) @@ -554,8 +554,8 @@ GEM ruby-graphviz (1.2.5) rexml ruby-progressbar (1.10.1) - ruby-vips (2.0.17) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby2_keywords (0.0.2) ruby_dep (1.5.0) rubyzip (1.3.0) @@ -720,7 +720,7 @@ DEPENDENCIES haml (~> 5.0.4) hiredis (~> 0.6.3) i18n-js (~> 3.0.0) - image_processing (~> 1.9.3) + image_processing (~> 1.12.2) intercom jquery-rails (~> 4.3.1) js-routes (~> 1.3.3)