Skip to content

Commit d4df34e

Browse files
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 65991cb commit d4df34e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "puma", ">= 5.0"
1010
# gem "jbuilder"
1111

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

1515
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
1616
gem "tzinfo-data", platforms: %i[ windows jruby ]

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.2)
8484
bcrypt_pbkdf (1.1.2-arm64-darwin)
8585
bigdecimal (4.0.1)
@@ -361,7 +361,7 @@ PLATFORMS
361361
x86_64-linux
362362

363363
DEPENDENCIES
364-
bcrypt (~> 3.1.7)
364+
bcrypt (~> 3.1.21)
365365
bootsnap
366366
brakeman
367367
bundler-audit

0 commit comments

Comments
 (0)