diff --git a/Gemfile b/Gemfile index 8d8396c2ba..0855c0d0cc 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.12.0' # gem 'bcrypt', '~> 3.1.7' # Use Active Storage variant -gem 'image_processing', '~> 1.12.2' +gem 'image_processing', '~> 1.13.0' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '~> 1.18.3', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9e15d4bd3c..85b6e27e09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1) @@ -224,7 +224,7 @@ GEM icalendar (2.10.2) ice_cube (~> 0.16) ice_cube (0.17.0) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) @@ -282,7 +282,7 @@ GEM marcel (1.0.4) matrix (0.4.2) memory_profiler (1.0.2) - mini_magick (4.11.0) + mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.24.1) minitest-ci (3.4.0) @@ -478,8 +478,9 @@ GEM ruby-saml (1.16.0) nokogiri (>= 1.13.10) rexml - ruby-vips (2.1.4) + ruby-vips (2.2.2) ffi (~> 1.12) + logger ruby2_keywords (0.0.5) rubyzip (2.3.2) selenium-webdriver (4.23.0) @@ -598,7 +599,7 @@ DEPENDENCIES httparty (~> 0.22.0) i18n-js (~> 4.2.3) icalendar (~> 2.10) - image_processing (~> 1.12.2) + image_processing (~> 1.13.0) jbuilder (~> 2.12.0) jsbundling-rails (~> 1.3.0) json_schemer (~> 2.3.0)