diff --git a/Gemfile b/Gemfile index a374377..b70c334 100644 --- a/Gemfile +++ b/Gemfile @@ -81,7 +81,7 @@ gem 'faraday', '~> 0.15.4' gem 'faraday_json', '~> 0.1.4' gem 'fastimage', '~> 2.1.5' gem 'graphql', '~> 1.9.3' -gem 'image_processing', '~> 1.9.0' +gem 'image_processing', '~> 1.12.2' gem 'maxmind-db', '~> 1.0.0' gem 'mime-types', '~> 3.2.2' gem 'mini_magick', '>= 4.9.4' diff --git a/Gemfile.lock b/Gemfile.lock index 76e4fbc..84463ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM faraday_json (0.1.4) faraday (~> 0.10) fastimage (2.1.5) - ffi (1.11.1) + ffi (1.15.5) fugit (1.3.2) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.1) @@ -220,9 +220,9 @@ GEM i18n (1.6.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - 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) json (2.2.0) launchy (2.4.3) addressable (~> 2.3) @@ -368,8 +368,8 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - ruby-vips (2.0.14) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) ruby_event_store (0.38.1) concurrent-ruby (~> 1.0) @@ -487,7 +487,7 @@ DEPENDENCIES fastimage (~> 2.1.5) graphiql-rails (~> 1.7.0) graphql (~> 1.9.3) - image_processing (~> 1.9.0) + image_processing (~> 1.12.2) listen (>= 3.0.5, < 3.2.0) mailcatcher (~> 0.2.4) maxmind-db (~> 1.0.0)