diff --git a/Gemfile b/Gemfile index 3b4126f..64904fb 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'font-awesome-sass', '~> 4.7.0' gem 'trix-rails', require: 'trix' gem 'devise' gem 'mini_magick' -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'file_validators' gem 'remotipart', '~> 1.2' gem 'flatpickr_rails' diff --git a/Gemfile.lock b/Gemfile.lock index b769620..e433c15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM warden (~> 1.2.3) erubi (1.9.0) execjs (2.7.0) - ffi (1.11.1) + ffi (1.15.5) file_validators (2.3.0) activemodel (>= 3.2) mime-types (>= 1.0) @@ -127,9 +127,9 @@ GEM multi_xml (>= 0.5.2) i18n (1.8.8) 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) jquery-rails (4.3.5) @@ -213,8 +213,8 @@ GEM responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) - ruby-vips (2.0.16) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (2.0.0) sass (3.7.4) @@ -303,7 +303,7 @@ DEPENDENCIES flatpickr_rails font-awesome-sass (~> 4.7.0) httparty - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2)