From 671af856bdbb6462a156b7736a1d2a4ca1af8bb8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 17:31:07 +0000 Subject: [PATCH] Bump invisible_captcha from 0.10.0 to 1.1.0 Bumps [invisible_captcha](https://github.com/markets/invisible_captcha) from 0.10.0 to 1.1.0. - [Release notes](https://github.com/markets/invisible_captcha/releases) - [Changelog](https://github.com/markets/invisible_captcha/blob/master/CHANGELOG.md) - [Commits](https://github.com/markets/invisible_captcha/compare/v0.10.0...v1.1.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 5bb897089..8211d60ac 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "graphiql-rails", "~> 1.4.1" gem "graphql", "~> 1.7.8" gem "groupdate", "~> 5.2.1" gem "initialjs-rails", "~> 0.2.0.9" -gem "invisible_captcha", "~> 0.10.0" +gem "invisible_captcha", "~> 1.1.0" gem "jquery-fileupload-rails" gem "jquery-rails", "~> 4.4.0" gem "jquery-ui-rails", "~> 6.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index fce4660e1..465891faf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,8 +292,8 @@ GEM ice_nine (0.11.2) initialjs-rails (0.2.0.9) railties (>= 3.1, < 7.0) - invisible_captcha (0.10.0) - rails (>= 3.2.0) + invisible_captcha (1.1.0) + rails (>= 4.2) jquery-fileupload-rails (1.0.0) actionpack (>= 3.1) railties (>= 3.1) @@ -560,7 +560,7 @@ GEM babel-source (>= 5.8.11) babel-transpiler sprockets (>= 3.0.0) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) @@ -672,7 +672,7 @@ DEPENDENCIES groupdate (~> 5.2.1) i18n-tasks (~> 0.9.31) initialjs-rails (~> 0.2.0.9) - invisible_captcha (~> 0.10.0) + invisible_captcha (~> 1.1.0) jquery-fileupload-rails jquery-rails (~> 4.4.0) jquery-ui-rails (~> 6.0.1)