Update recaptcha 3.0 -> 4.11

This commit is contained in:
Pirate Praveen 2018-11-16 08:34:16 +01:00 committed by Toon Claes
parent 26477f3889
commit b816236e69
3 changed files with 1161 additions and 3 deletions

View File

@ -46,7 +46,7 @@ gem 'rack-oauth2', '~> 1.2.1'
gem 'jwt', '~> 2.1.0'
# Spam and anti-bot protection
gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails'
gem 'recaptcha', '~> 4.11', require: 'recaptcha/rails'
gem 'akismet', '~> 2.0'
# Two-factor authentication

View File

@ -680,7 +680,7 @@ GEM
optimist (>= 3.0.0)
rdoc (6.0.4)
re2 (1.1.1)
recaptcha (3.0.0)
recaptcha (4.13.0)
json
recursive-open-struct (1.1.0)
redis (3.3.5)
@ -1117,7 +1117,8 @@ DEPENDENCIES
rbtrace (~> 0.4)
rdoc (~> 6.0)
re2 (~> 1.1.1)
recaptcha (~> 3.0)
recaptcha (~> 4.11)
redcarpet (~> 3.4)
redis (~> 3.2)
redis-namespace (~> 1.6.0)
redis-rails (~> 5.0.2)

1157
Gemfile.rails4.lock Normal file

File diff suppressed because it is too large Load Diff