Bump simple_captcha2
This commit is contained in:
parent
0540a14056
commit
80088fa2a0
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue