diff --git a/Gemfile b/Gemfile index 9dca597..d4e0dc8 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'jbuilder', '~> 2.5' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.1.0', require: false -gem 'image_processing', '~> 0.2.3' +gem 'image_processing', '~> 1.12.2' gem 'mini_magick', '~> 4.5', '>= 4.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7e8cc18..05eb285 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,9 @@ GEM activesupport (>= 4.2.0) i18n (1.8.3) concurrent-ruby (~> 1.0) - image_processing (0.2.5) + image_processing (1.12.2) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) jbuilder (2.10.0) activesupport (>= 5.0.0) jmespath (1.4.0) @@ -170,6 +172,8 @@ GEM rspec-mocks (~> 3.9) rspec-support (~> 3.9) rspec-support (3.9.2) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (2.3.0) sass (3.7.4) @@ -234,7 +238,7 @@ DEPENDENCIES capybara (>= 2.15) coffee-rails (~> 4.2) database_cleaner - image_processing (~> 0.2.3) + image_processing (~> 1.12.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) mini_magick (~> 4.5, >= 4.5.1)