Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2022

Bumps bcrypt from 3.1.16 to 3.1.17.

Changelog

Sourced from bcrypt's changelog.

3.1.17 Mar 14 2022

  • Fix regex in validators to use \A and \z instead of ^ and $ [GH #121]
  • Truncate secrets greater than 72 bytes in hash_secret [GH #255]
  • Assorted test and doc improvements
Commits
  • 5bf3639 Update for release
  • de3e8b2 Merge pull request #243 from JoshCheek/prefix-value
  • f75a0c7 Merge pull request #257 from petergoldstein/feature/add_ruby_3_1_to_ci
  • d83b916 Add Ruby 3.1 to CI
  • 5558741 Merge pull request #255 from asavageiv/alan/long-passwords
  • 7ed2fa8 test: Simplify password create tests for long secrets
  • 7a411ee test: Reword hash_secret specs for clarity
  • a848abb Truncate based on bytesize instead of number of chars
  • c31d9cd Switch from 255 char max to 72
  • 2649bd7 Truncate secrets greater than 255 chars in hash_secret
  • Additional commits viewable 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)

Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.16 to 3.1.17.
- [Release notes](https://github.com/codahale/bcrypt-ruby/releases)
- [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG)
- [Commits](bcrypt-ruby/bcrypt-ruby@v3.1.16...v3.1.17)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2022
@dependabot dependabot bot requested a review from agargiulo March 16, 2022 03:01
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 18, 2022

Superseded by #140.

@dependabot dependabot bot closed this May 18, 2022
@dependabot dependabot bot deleted the dependabot/bundler/bcrypt-3.1.17 branch May 18, 2022 03:00
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

Development

Successfully merging this pull request may close these issues.

2 participants