diff --git a/Gemfile b/Gemfile index b965f29..011482e 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'sidekiq', '~> 5.0', '>= 5.0.5' gem 'bcrypt', '~> 3.1.7' gem 'jwt' # Use Active Storage variant -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'paperclip' # gem 'active_model_serializers', '~> 0.10.0' # Reduces boot times through caching; required in config/boot.rb diff --git a/Gemfile.lock b/Gemfile.lock index 1868ecd..e64670a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,14 +85,14 @@ GEM factory_bot_rails (5.1.1) factory_bot (~> 5.1.0) railties (>= 4.2.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.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) jwt (2.2.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -110,7 +110,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) mimemagic (0.3.4) - mini_magick (4.9.5) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -204,8 +204,8 @@ GEM rspec-mocks (~> 3.9.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - ruby-vips (2.0.14) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) shoulda (3.6.0) shoulda-context (~> 1.0, >= 1.0.1) @@ -254,7 +254,7 @@ DEPENDENCIES database_cleaner dotenv-rails factory_bot_rails - image_processing (~> 1.2) + image_processing (~> 1.12) jwt listen (>= 3.0.5, < 3.2) paperclip