From 80088fa2a0c564dc82ec5d2dd5489e2b2747328e Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 31 Jan 2016 20:43:46 +0100 Subject: [PATCH] Bump simple_captcha2 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 680de7016..e1a27f3ed 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem "devise-token_authenticatable", "~> 0.4.0" # Captcha -gem "simple_captcha2", "0.3.4", require: "simple_captcha" +gem "simple_captcha2", "0.4.0", require: "simple_captcha" # Background processing diff --git a/Gemfile.lock b/Gemfile.lock index 34153c1a7..a90ec7472 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -453,7 +453,6 @@ GEM multi_test (0.1.2) multi_xml (0.5.5) multipart-post (2.0.0) - mysql2 (0.3.20) naught (1.1.0) nenv (0.2.0) nested_form (0.3.2) @@ -495,6 +494,7 @@ GEM orm_adapter (0.5.0) parser (2.2.3.0) ast (>= 1.1, < 3.0) + pg (0.18.4) phantomjs (1.9.8.0) powerpack (0.1.1) pry (0.10.3) @@ -686,7 +686,7 @@ GEM ice_cube (= 0.11.1) sidekiq (>= 3.0.0) sigar (0.7.3) - simple_captcha2 (0.3.4) + simple_captcha2 (0.4.0) rails (>= 4.1) simple_oauth (0.3.1) simplecov (0.11.1) @@ -829,7 +829,6 @@ DEPENDENCIES mini_magick (= 4.3.6) minitest mobile-fu (= 1.3.1) - mysql2 (= 0.3.20) nokogiri (= 1.6.7.2) omniauth (= 1.3.1) omniauth-facebook (= 3.0.0) @@ -837,6 +836,7 @@ DEPENDENCIES omniauth-twitter (= 1.2.1) omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.6.1) + pg (= 0.18.4) pry pry-byebug pry-debundle @@ -883,7 +883,7 @@ DEPENDENCIES shoulda-matchers (= 3.0.1) sidekiq (= 3.4.2) sidetiq (= 0.6.3) - simple_captcha2 (= 0.3.4) + simple_captcha2 (= 0.4.0) simplecov (= 0.11.1) sinatra (= 1.4.6) sinon-rails (= 1.15.0)