diff --git a/Gemfile b/Gemfile index efa65f542..658e904c5 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.8.0" gem "graphql", "~> 2.4.13" gem "groupdate", "~> 6.5.1" -gem "image_processing", "~> 1.13.0" +gem "image_processing", "~> 1.14.0" gem "invisible_captcha", "~> 2.3.0" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.13.2" diff --git a/Gemfile.lock b/Gemfile.lock index 4169f5e6a..718009567 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM net-http (>= 0.5.0) faraday-retry (2.2.1) faraday (~> 2.0) - ffi (1.17.0) + ffi (1.17.2) fiber-storage (1.0.0) file_validators (3.0.0) activemodel (>= 3.2) @@ -307,8 +307,8 @@ GEM rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) - image_processing (1.13.0) - mini_magick (>= 4.9.5, < 5) + image_processing (1.14.0) + mini_magick (>= 4.9.5, < 6) ruby-vips (>= 2.0.17, < 3) invisible_captcha (2.3.0) rails (>= 5.2) @@ -604,7 +604,7 @@ GEM rubocop-rspec (~> 3, >= 3.0.1) ruby-progressbar (1.13.0) ruby-rc4 (0.1.5) - ruby-vips (2.2.2) + ruby-vips (2.2.3) ffi (~> 1.12) logger rubyzip (2.4.1) @@ -779,7 +779,7 @@ DEPENDENCIES groupdate (~> 6.5.1) htmlbeautifier (~> 1.4.3) i18n-tasks (~> 0.9.37) - image_processing (~> 1.13.0) + image_processing (~> 1.14.0) invisible_captcha (~> 2.3.0) kaminari (~> 1.2.2) knapsack_pro (~> 7.8.0)