diff --git a/Gemfile b/Gemfile index a1b23d2..416fc00 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'redis', '~> 4.0' # Hiredis is a high speed Redis client library. gem 'hiredis', '~> 0.6' # 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.4', require: false # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index e496710..346ad03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,13 +68,13 @@ GEM concurrent-ruby (1.1.9) crass (1.0.6) erubi (1.10.0) - ffi (1.15.3) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) hiredis (0.6.3) i18n (1.8.10) concurrent-ruby (~> 1.0) - image_processing (1.12.1) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) listen (3.6.0) @@ -136,7 +136,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redis (4.3.1) - ruby-vips (2.1.2) + ruby-vips (2.1.4) ffi (~> 1.12) semantic_range (3.0.0) spring (2.1.1) @@ -172,7 +172,7 @@ DEPENDENCIES bootsnap (>= 1.4.4) byebug hiredis (~> 0.6) - image_processing (~> 1.2) + image_processing (~> 1.12) listen (~> 3.3) pg (~> 1.1) puma (~> 5.0)