diff --git a/Gemfile b/Gemfile index d098f28..b41ed3a 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.7' # gem 'bcrypt', '~> 3.1.7' # Use Active Storage variant -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'mini_magick' # Reduces boot times through caching; required in config/boot.rb diff --git a/Gemfile.lock b/Gemfile.lock index 9fd51ea..5f57a78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM erubis (2.7.0) eventmachine (1.2.7) execjs (2.7.0) - ffi (1.15.0) + ffi (1.15.5) font-awesome-sass (5.12.0) sassc (>= 1.11) formatador (0.2.5) @@ -176,14 +176,13 @@ GEM rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) - image_processing (1.12.1) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) invisible_captcha (2.0.0) rails (>= 5.0) jbuilder (2.11.2) activesupport (>= 5.0.0) - json (2.5.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -274,9 +273,8 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - ruby-vips (2.1.0) + ruby-vips (2.1.4) ffi (~> 1.12) - ruby2_keywords (0.0.4) ruby_dep (1.5.0) ruby_parser (3.15.1) sexp_processor (~> 4.9) @@ -368,7 +366,7 @@ DEPENDENCIES guard-livereload (~> 2.5) haml-rails (~> 2.0) i18n-tasks (~> 0.9.31) - image_processing (~> 1.2) + image_processing (~> 1.12) invisible_captcha jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2)