switch to simple_captcha2
This commit is contained in:
parent
f33038f105
commit
7fd2294111
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,7 +24,7 @@ gem 'devise_lastseenable', '0.0.4'
|
||||||
|
|
||||||
# Captcha
|
# Captcha
|
||||||
|
|
||||||
gem 'galetahub-simple_captcha', '0.1.5', :require => 'simple_captcha'
|
gem 'simple_captcha2', '0.2.1', :require => 'simple_captcha'
|
||||||
|
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -178,7 +178,6 @@ GEM
|
||||||
fuubar (1.3.3)
|
fuubar (1.3.3)
|
||||||
rspec (>= 2.14.0, < 3.1.0)
|
rspec (>= 2.14.0, < 3.1.0)
|
||||||
ruby-progressbar (~> 1.4)
|
ruby-progressbar (~> 1.4)
|
||||||
galetahub-simple_captcha (0.1.5)
|
|
||||||
gherkin (2.12.2)
|
gherkin (2.12.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
gon (5.0.4)
|
gon (5.0.4)
|
||||||
|
|
@ -409,6 +408,8 @@ GEM
|
||||||
json
|
json
|
||||||
redis (>= 3.0.6)
|
redis (>= 3.0.6)
|
||||||
redis-namespace (>= 1.3.1)
|
redis-namespace (>= 1.3.1)
|
||||||
|
simple_captcha2 (0.2.1)
|
||||||
|
rails (>= 3.1)
|
||||||
simple_oauth (0.2.0)
|
simple_oauth (0.2.0)
|
||||||
sinatra (1.3.3)
|
sinatra (1.3.3)
|
||||||
rack (~> 1.3, >= 1.3.6)
|
rack (~> 1.3, >= 1.3.6)
|
||||||
|
|
@ -496,7 +497,6 @@ DEPENDENCIES
|
||||||
foreigner (= 1.6.1)
|
foreigner (= 1.6.1)
|
||||||
foreman (= 0.62)
|
foreman (= 0.62)
|
||||||
fuubar (= 1.3.3)
|
fuubar (= 1.3.3)
|
||||||
galetahub-simple_captcha (= 0.1.5)
|
|
||||||
gon (= 5.0.4)
|
gon (= 5.0.4)
|
||||||
guard-cucumber (= 1.4.1)
|
guard-cucumber (= 1.4.1)
|
||||||
guard-rspec (= 4.2.9)
|
guard-rspec (= 4.2.9)
|
||||||
|
|
@ -542,6 +542,7 @@ DEPENDENCIES
|
||||||
sass-rails (= 4.0.1)
|
sass-rails (= 4.0.1)
|
||||||
selenium-webdriver (= 2.42.0)
|
selenium-webdriver (= 2.42.0)
|
||||||
sidekiq (= 2.17.7)
|
sidekiq (= 2.17.7)
|
||||||
|
simple_captcha2 (= 0.2.1)
|
||||||
sinatra (= 1.3.3)
|
sinatra (= 1.3.3)
|
||||||
sinon-rails (= 1.9.0)
|
sinon-rails (= 1.9.0)
|
||||||
spork (= 1.0.0rc4)
|
spork (= 1.0.0rc4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue