From a28cd5f8de14f23d31f6bce449d6ce9b9e1ff12e Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Sat, 6 Jan 2018 17:30:32 +0000 Subject: [PATCH] Upgrade invisible_captcha to version 0.10.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4fa9374dd..c8094a6df 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'graphiql-rails', '~> 1.4.1' gem 'graphql', '~> 1.7.7' gem 'groupdate', '~> 3.2.0' gem 'initialjs-rails', '~> 0.2.0.5' -gem 'invisible_captcha', '~> 0.9.2' +gem 'invisible_captcha', '~> 0.10.0' gem 'jquery-fileupload-rails' gem 'jquery-rails', '~> 4.3.1' gem 'jquery-ui-rails', '~> 6.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6cdc86aea..6776342fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -202,7 +202,7 @@ GEM terminal-table (>= 1.5.1) initialjs-rails (0.2.0.5) railties (>= 3.1, < 6.0) - invisible_captcha (0.9.3) + invisible_captcha (0.10.0) rails (>= 3.2.0) jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) @@ -524,7 +524,7 @@ DEPENDENCIES groupdate (~> 3.2.0) i18n-tasks (~> 0.9.15) initialjs-rails (~> 0.2.0.5) - invisible_captcha (~> 0.9.2) + invisible_captcha (~> 0.10.0) jquery-fileupload-rails jquery-rails (~> 4.3.1) jquery-ui-rails (~> 6.0.1)