Bump bcrypt from 3.1.18 to 3.1.19

Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.18 to 3.1.19.
- [Release notes](https://github.com/codahale/bcrypt-ruby/releases)
- [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG)
- [Commits](https://github.com/codahale/bcrypt-ruby/compare/v3.1.18...v3.1.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-26 10:01:24 +00:00 committed by GitHub
parent 9f23f31cf2
commit 8656a5aa78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ gem "pg"
gem "turbo-rails"
gem "bcrypt", "~> 3.1.18"
gem "bcrypt", "~> 3.1.19"
gem "active_model_otp"
gem "bootsnap", require: false

View File

@ -78,7 +78,7 @@ GEM
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
bcrypt (3.1.18)
bcrypt (3.1.19)
better_errors (2.10.1)
erubi (>= 1.0.0)
rack (>= 0.9.0)
@ -483,7 +483,7 @@ PLATFORMS
DEPENDENCIES
active_model_otp
bcrypt (~> 3.1.18)
bcrypt (~> 3.1.19)
better_errors
binding_of_caller
bootsnap