diff --git a/Gemfile b/Gemfile index 5141f7a..8029868 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'jbuilder', '~> 2.7' 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 468fd00..5f6924f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM execjs (2.7.0) faker (2.7.0) i18n (>= 1.6, < 1.8) - ffi (1.11.1) + ffi (1.15.5) font-awesome-rails (4.7.0.5) railties (>= 3.2, < 6.1) formtastic (3.1.5) @@ -120,9 +120,9 @@ GEM activesupport (>= 4.1) i18n (1.7.0) concurrent-ruby (~> 1.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) inherited_resources (1.11.0) actionpack (>= 5.0, < 6.1) has_scope (~> 0.6) @@ -162,8 +162,10 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) - mini_magick (4.9.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.13.0) @@ -239,8 +241,8 @@ GEM rspec-mocks (~> 3.9.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - ruby-vips (2.0.16) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (2.0.0) sass-rails (6.0.0) @@ -310,7 +312,7 @@ DEPENDENCIES capybara (>= 2.15) faker font-awesome-rails (~> 4.7, >= 4.7.0.5) - image_processing (~> 1.2) + image_processing (~> 1.12) impressionist! jbuilder (~> 2.7) jquery-rails