From c0c8793df32187f88ad35b0d211ef3452de34274 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Thu, 2 Mar 2017 17:24:57 +0100 Subject: [PATCH] Bump simple_captcha2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 979606871..617c30c98 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "devise_lastseenable", "0.0.6" # Captcha -gem "simple_captcha2", "0.4.0", require: "simple_captcha" +gem "simple_captcha2", "0.4.3", require: "simple_captcha" # Background processing diff --git a/Gemfile.lock b/Gemfile.lock index 76b23855d..e2b919c3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -668,7 +668,7 @@ GEM rufus-scheduler (>= 2.0.24) sidekiq (>= 4.2.1) sigar (0.7.3) - simple_captcha2 (0.4.0) + simple_captcha2 (0.4.3) rails (>= 4.1) simple_oauth (0.3.1) simplecov (0.12.0) @@ -903,7 +903,7 @@ DEPENDENCIES shoulda-matchers (= 3.1.1) sidekiq (= 4.2.9) sidekiq-cron (= 0.4.5) - simple_captcha2 (= 0.4.0) + simple_captcha2 (= 0.4.3) simplecov (= 0.12.0) sinon-rails (= 1.15.0) spring (= 2.0.0) -- GitLab