diff --git a/Gemfile b/Gemfile index 8052705..954d484 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'bcrypt', '~> 3.1.7' gem 'bootsnap', '>= 1.4.2', require: false gem 'devise' gem 'google-cloud-storage', '~> 1.11', require: false -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'meta-tags' gem 'pg' gem 'rollbar' diff --git a/Gemfile.lock b/Gemfile.lock index 8f61b85..99304fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,7 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - ffi (1.15.3) + ffi (1.15.5) globalid (0.5.2) activesupport (>= 5.0) google-apis-core (0.4.1) @@ -152,7 +152,7 @@ GEM httpclient (2.8.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) jbuilder (2.11.2) @@ -272,7 +272,7 @@ GEM rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) ruby-progressbar (1.11.0) - ruby-vips (2.1.2) + ruby-vips (2.1.4) ffi (~> 1.12) ruby2_keywords (0.0.5) ruby_dep (1.5.0) @@ -347,7 +347,7 @@ DEPENDENCIES capybara (>= 2.15) devise google-cloud-storage (~> 1.11) - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) letter_opener listen (>= 3.0.5, < 3.2)