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 1.1.0 to 2.0.0 #4410

Merged
merged 2 commits into from
Aug 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2021

Bumps invisible_captcha from 1.1.0 to 2.0.0.

Changelog

Sourced from invisible_captcha's changelog.

[2.0.0]

  • New spinner, IP based, validation check (#89)
  • Drop official support for unmaintained Rails versions: 5.1, 5.0 and 4.2 (#86)
  • Drop official support for EOL Rubies: 2.4 and 2.3 (#86)
Commits
  • 7921968 prepare v2 release [ci skip]
  • 954312b New Spinner, IP based, validation check (#89)
  • 8824e31 Modernize supported versions matrix (#86)
  • edb87b0 docs: fix Travis badge -> migrated to travis-ci.com for now, probably GH Acti...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that updates a dependency label Mar 20, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/invisible_captcha-2.0.0 branch from 446b899 to d584186 Compare May 28, 2021 13:51
@dependabot dependabot bot force-pushed the dependabot/bundler/invisible_captcha-2.0.0 branch 4 times, most recently from a04190c to f78dc20 Compare August 10, 2021 13:31
@javierm javierm self-assigned this Aug 10, 2021
@javierm javierm added this to Reviewing in Consul Democracy via automation Aug 10, 2021
@javierm
Copy link
Member

javierm commented Aug 10, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/invisible_captcha-2.0.0 branch from f78dc20 to 5fc927b Compare August 10, 2021 22:46
The spinner was added in version 2.0.0, so by disabling it we're keeping
the behavior we've got in existing CONSUL installations.

The problem with the spinner is installations need to add a secret token
and share it across instances (when they've got more than one), and if
they don't, invisible captcha might report false positives.

I guess we could use `Rails.application.secrets.secret_key_base` as
secret token, but since we haven't tested this feature at all, it's
better to disable it for now.
@javierm javierm merged commit eed6697 into master Aug 10, 2021
Consul Democracy automation moved this from Reviewing to Release 1.4.0 Aug 10, 2021
@javierm javierm deleted the dependabot/bundler/invisible_captcha-2.0.0 branch August 10, 2021 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant