diff --git a/Gemfile b/Gemfile index 5d96863..ac00b94 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'cloudinary' gem 'rails-i18n', '~> 6.0.0' # 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 75ee32f..7b93b14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) erubi (1.9.0) - ffi (1.12.2) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) http-accept (1.7.0) @@ -92,7 +92,7 @@ GEM domain_name (~> 0.5) i18n (1.8.2) concurrent-ruby (~> 1.0) - image_processing (1.10.3) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) jbuilder (2.10.0) @@ -113,7 +113,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) mimemagic (0.3.4) - mini_magick (4.10.1) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -170,8 +170,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - ruby-vips (2.0.17) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (2.3.0) sass-rails (6.0.0) @@ -241,7 +241,7 @@ DEPENDENCIES byebug capybara (>= 2.15) cloudinary - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) pg (~> 1.2)