Skip to content

Commit

Permalink
Bump bcrypt from 3.1.18 to 3.1.19 (#132)
Browse files Browse the repository at this point in the history
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](bcrypt-ruby/bcrypt-ruby@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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 25, 2023
1 parent f9b022b commit 750cc98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -14,7 +14,7 @@ gem 'puma', '~> 4.3.12'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 4.0'
# Use Active Model has_secure_password
gem 'bcrypt', '~> 3.1.7'
gem 'bcrypt', '~> 3.1.19'
gem 'jwt'

gem 'net-imap', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -63,7 +63,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)
bootsnap (1.16.0)
msgpack (~> 1.2)
builder (3.2.4)
Expand Down Expand Up @@ -292,7 +292,7 @@ PLATFORMS
ruby

DEPENDENCIES
bcrypt (~> 3.1.7)
bcrypt (~> 3.1.19)
bootsnap (>= 1.4.2)
debug (~> 1.6)
dotenv-rails
Expand Down

0 comments on commit 750cc98

Please sign in to comment.