Skip to content

Commit d21dc84

Browse files
chore(deps): bump bcrypt from 3.1.20 to 3.1.21
Bumps [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) from 3.1.20 to 3.1.21. - [Release notes](https://github.com/bcrypt-ruby/bcrypt-ruby/releases) - [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](bcrypt-ruby/bcrypt-ruby@v3.1.20...v3.1.21) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 3.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9130be5 commit d21dc84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "stimulus-rails"
1818
gem "jbuilder"
1919

2020
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
21-
gem "bcrypt", "~> 3.1.7"
21+
gem "bcrypt", "~> 3.1.21"
2222

2323
# Authorization [https://github.com/varvet/pundit]
2424
gem "pundit", "~> 2.4"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
public_suffix (>= 2.0.2, < 8.0)
8080
ast (2.4.3)
8181
base64 (0.3.0)
82-
bcrypt (3.1.20)
82+
bcrypt (3.1.21)
8383
bcrypt_pbkdf (1.1.1)
8484
bigdecimal (3.3.1)
8585
bindex (0.8.1)
@@ -398,7 +398,7 @@ PLATFORMS
398398
x86_64-linux-musl
399399

400400
DEPENDENCIES
401-
bcrypt (~> 3.1.7)
401+
bcrypt (~> 3.1.21)
402402
bootsnap
403403
brakeman
404404
capybara

0 commit comments

Comments
 (0)