Skip to content

Commit cd08199

Browse files
chore(deps): bump bcrypt from 3.1.20 to 3.1.22
Bumps [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) from 3.1.20 to 3.1.22. - [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.22) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 3.1.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b63324 commit cd08199

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
@@ -27,7 +27,7 @@ gem 'redis', '~> 5.0'
2727
# gem "kredis"
2828

2929
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
30-
gem 'bcrypt', '~> 3.1.7'
30+
gem 'bcrypt', '~> 3.1.22'
3131

3232
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
3333
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
rake (>= 10.4, < 14.0)
8080
ast (2.4.3)
8181
base64 (0.3.0)
82-
bcrypt (3.1.20)
82+
bcrypt (3.1.22)
8383
bcrypt_pbkdf (1.1.2)
8484
benchmark (0.4.1)
8585
bigdecimal (3.3.0)
@@ -432,7 +432,7 @@ PLATFORMS
432432

433433
DEPENDENCIES
434434
annotate
435-
bcrypt (~> 3.1.7)
435+
bcrypt (~> 3.1.22)
436436
blueprinter
437437
bootsnap
438438
bullet

0 commit comments

Comments
 (0)