diff --git a/Gemfile b/Gemfile index 397f0c1..3da2a54 100644 --- a/Gemfile +++ b/Gemfile @@ -53,4 +53,4 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' diff --git a/Gemfile.lock b/Gemfile.lock index 841ccaf..64ea7e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,12 +75,12 @@ GEM concurrent-ruby (1.1.6) crass (1.0.6) erubi (1.9.0) - ffi (1.12.2) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) 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) @@ -97,8 +97,10 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.4) - mini_magick (4.10.1) + mimemagic (0.3.10) + nokogiri (~> 1) + rake + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -145,8 +147,8 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (1.7.0) - 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) @@ -209,7 +211,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara (>= 2.15) - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) puma (~> 4.1)