diff --git a/Gemfile b/Gemfile index 892b4e6..b9f7fa1 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'jwt' 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 2c4d744..6187eb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,13 +100,13 @@ GEM railties (>= 4.2.0) faker (2.10.1) i18n (>= 1.6, < 2) - ffi (1.12.1) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) hirb (0.7.3) 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.9.1) @@ -127,7 +127,7 @@ GEM mimemagic (~> 0.3.2) method_source (0.9.2) mimemagic (0.3.3) - mini_magick (4.10.1) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -202,8 +202,8 @@ GEM rspec-mocks (~> 3.9.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - ruby-vips (2.0.17) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) shoulda-matchers (4.2.0) activesupport (>= 4.2.0) @@ -240,7 +240,7 @@ DEPENDENCIES factory_bot_rails faker hirb - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) jwt listen (>= 3.0.5, < 3.2)