diff --git a/Gemfile b/Gemfile index b06da44..e85b533 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ end gem 'bcrypt', '~> 3.1.7' # Use Active Storage variant -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index d23dee1..6ee0eb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,12 +92,12 @@ GEM execjs (2.7.0) faker (2.14.0) i18n (>= 1.6, < 2) - ffi (1.13.1) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.5) concurrent-ruby (~> 1.0) - image_processing (1.12.0) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) jbuilder (2.10.1) @@ -118,7 +118,7 @@ GEM mimemagic (~> 0.3.2) method_source (1.0.0) mimemagic (0.3.5) - mini_magick (4.10.1) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.2) @@ -172,8 +172,8 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - ruby-vips (2.0.17) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) rubyzip (2.3.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -244,7 +244,7 @@ DEPENDENCIES coffee-rails devise faker - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) jquery-rails listen (~> 3.2)