Skip to content

Commit 1fd3cea

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 749bbe5 commit 1fd3cea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem "stimulus-rails"
1818
gem "cssbundling-rails"
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
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2424
gem "tzinfo-data", platforms: %i[ windows jruby ]

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ GEM
9999
avo-icons (0.1.1)
100100
inline_svg
101101
base64 (0.3.0)
102-
bcrypt (3.1.20)
102+
bcrypt (3.1.21)
103103
bigdecimal (4.0.1)
104104
bindex (0.8.1)
105105
bootsnap (1.21.1)
@@ -396,7 +396,7 @@ PLATFORMS
396396

397397
DEPENDENCIES
398398
avo (>= 3.17)
399-
bcrypt (~> 3.1.7)
399+
bcrypt (~> 3.1.21)
400400
bootsnap
401401
brakeman
402402
bundler-audit
@@ -439,7 +439,7 @@ CHECKSUMS
439439
avo (3.28.0) sha256=9a7ab701f41ee201b87553a36f0d34d4fd03a7c7737aeba6c0da09ba5a031910
440440
avo-icons (0.1.1) sha256=d9a23d6d47bb7f8f04163119352a66a436dc8accf53f15cd0c3b5fcaffed082c
441441
base64 (0.3.0) sha256=27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b
442-
bcrypt (3.1.20) sha256=8410f8c7b3ed54a3c00cd2456bf13917d695117f033218e2483b2e40b0784099
442+
bcrypt (3.1.21) sha256=5964613d750a42c7ee5dc61f7b9336fb6caca429ba4ac9f2011609946e4a2dcf
443443
bigdecimal (4.0.1) sha256=8b07d3d065a9f921c80ceaea7c9d4ae596697295b584c296fe599dd0ad01c4a7
444444
bindex (0.8.1) sha256=7b1ecc9dc539ed8bccfc8cb4d2732046227b09d6f37582ff12e50a5047ceb17e
445445
bootsnap (1.21.1) sha256=9373acfe732da35846623c337d3481af8ce77c7b3a927fb50e9aa92b46dbc4c4

0 commit comments

Comments
 (0)