Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump invisible_captcha from 2.1.0 to 2.2.0 #3596

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ gem 'inline_svg', '~> 1.9'

# Honeypot for spambots that doesn't require the user to actually do any
# captcha and doesn't use google stuff.
gem 'invisible_captcha', '~> 2.1.0'
gem 'invisible_captcha', '~> 2.2.0'

# For parallel execution of long-running tasks.
gem 'parallel', '~> 1.24', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ GEM
inline_svg (1.9.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
invisible_captcha (2.1.0)
invisible_captcha (2.2.0)
rails (>= 5.2)
jbuilder (2.11.5)
actionview (>= 5.0.0)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
method_source (1.0.0)
mini_magick (4.12.0)
Expand Down Expand Up @@ -511,7 +511,7 @@ DEPENDENCIES
graphql-rails_logger (~> 1.2.4)
image_processing (~> 1.12)
inline_svg (~> 1.9)
invisible_captcha (~> 2.1.0)
invisible_captcha (~> 2.2.0)
jbuilder (~> 2.11)
kaminari (~> 1.2)
launchy (~> 2.5)
Expand Down