diff --git a/Gemfile b/Gemfile index acc320d..d9d3fc6 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'sass-rails', '~> 5' gem 'webpacker', '~> 4.0' gem 'turbolinks', '~> 5' gem 'jbuilder', '~> 2.7' -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'bootsnap', '>= 1.4.2', require: false gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index ff85cb0..3b4cccb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM railties (>= 4.2.0) faker (2.6.0) i18n (>= 1.6, < 1.8) - ffi (1.11.1) + ffi (1.15.5) formatador (0.2.5) globalid (0.4.2) activesupport (>= 4.2.0) @@ -114,9 +114,9 @@ GEM rspec (>= 2.99.0, < 4.0) i18n (1.7.0) 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) jbuilder (2.9.1) activesupport (>= 4.2.0) listen (3.1.5) @@ -134,8 +134,10 @@ GEM materialize-sass (1.0.0) autoprefixer-rails (>= 6.0.3) method_source (0.9.2) - mimemagic (0.3.3) - mini_magick (4.9.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.12.2) @@ -214,8 +216,8 @@ GEM rspec-mocks (~> 3.9.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - ruby-vips (2.0.16) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) sass (3.7.4) sass-listen (~> 4.0.0) @@ -281,7 +283,7 @@ DEPENDENCIES faker guard guard-rspec - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) materialize-sass