Skip to content

Commit

Permalink
Raise recaptcha gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
yulgolem committed May 17, 2021
1 parent e4e85ab commit 0ac4755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'jbuilder'
gem 'mimemagic', '~> 0.3.10'
gem 'pg', '~> 1.0.0'
gem 'rails', '>= 6.0.3.1'
gem 'recaptcha', require: 'recaptcha/rails'
gem 'recaptcha', '~> 5.8', require: 'recaptcha/rails'
gem 'sassc', '~> 2.4'
gem 'sassc-rails'
gem 'simpleidn', '0.0.7' # For Punycode
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
jbuilder (2.10.0)
activesupport (>= 5.0.0)
jmespath (1.4.0)
json (2.3.0)
json (2.5.1)
kgio (2.11.3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -178,7 +178,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
recaptcha (5.5.0)
recaptcha (5.8.0)
json
regexp_parser (1.7.0)
ruby_dep (1.5.0)
Expand Down Expand Up @@ -247,7 +247,7 @@ DEPENDENCIES
pry
puma
rails (>= 6.0.3.1)
recaptcha
recaptcha (~> 5.8)
sassc (~> 2.4)
sassc-rails
selenium-webdriver
Expand Down

0 comments on commit 0ac4755

Please sign in to comment.