From 3a3a9008b62aedee381d1e8f932719c69d21e0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 14:50:40 +0100 Subject: [PATCH] update simple_captcha2 to 0.5.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 045efe099..0b2d1b519 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem "rqrcode", "0.10.1" # Captcha -gem "simple_captcha2", "0.4.3", require: "simple_captcha" +gem "simple_captcha2", "0.5.0", require: "simple_captcha" # Background processing diff --git a/Gemfile.lock b/Gemfile.lock index 038d13aa6..6a8c96913 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -680,7 +680,7 @@ GEM sidekiq-cron (1.1.0) fugit (~> 1.1) sidekiq (>= 4.2.1) - simple_captcha2 (0.4.3) + simple_captcha2 (0.5.0) rails (>= 4.1) simple_oauth (0.3.1) simplecov (0.16.1) @@ -910,7 +910,7 @@ DEPENDENCIES shoulda-matchers (= 4.0.1) sidekiq (= 5.2.8) sidekiq-cron (= 1.1.0) - simple_captcha2 (= 0.4.3) + simple_captcha2 (= 0.5.0) simplecov (= 0.16.1) sinon-rails (= 1.15.0) spring (= 2.1.0)