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 active_model_otp from 2.0.1 to 2.3.1 #57

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 25, 2021

Bumps active_model_otp from 2.0.1 to 2.3.1.

Release notes

Sourced from active_model_otp's releases.

Release v2.3.1

Method authenticate_otp must return falsey if code is nil or empty string heapsource/active_model_otp#96, fixes heapsource/active_model_otp#95

Release v2.3.0

Interval feature for TOTP (#88)

v2.2.0

  • Add counter value when triggering ROTP#provisioning_uri #76
  • Backup codes might be nil when using encryption (#83)
  • Ensure authentication_otp returns a boolean value (#85)

v2.1.1

v2.1.0

  • Add option for skipping secret generation (#56)
  • Active Model OTP works with ruby 2.3 or greater (#64)
  • Support for Rails 6 heapsource/active_model_otp#66
  • Not writing to database with auto_increment: true #67
Commits
  • 4e92e51 Update version.rb
  • fb8b178 Method authenticate_otp must return falsey if code is nil or empty string (#96)
  • a7fee70 Github action badge in README.md (#94)
  • 86374fd Prepare for new release 2.3.0, that contains some new features (#93)
  • 0722e21 Github actions (#90)
  • f7177c7 Extract default values into constants (#89)
  • 8bf4150 Interval feature for TOTP (#88)
  • 1c8c548 Version 2.2.0
  • 56c3e1c Ensure authentication_otp returns a boolean value (#85)
  • 58f47a6 Backup codes might be nil when using encryption (#83)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [active_model_otp](https://github.com/heapsource/active_model_otp) from 2.0.1 to 2.3.1.
- [Release notes](https://github.com/heapsource/active_model_otp/releases)
- [Commits](heapsource/active_model_otp@v2.0.1...v2.3.1)

---
updated-dependencies:
- dependency-name: active_model_otp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants