Skip to content

Commit bfb6983

Browse files
Bump bcrypt from 3.1.13 to 3.1.20
Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.13 to 3.1.20. - [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.13...v3.1.20) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 3.1.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d62fa09 commit bfb6983

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
@@ -5,7 +5,7 @@ ruby "3.4.3"
55

66
gem "rails", "8.0.2"
77
gem "jsbundling-rails", "1.3.1"
8-
gem "bcrypt", "3.1.13"
8+
gem "bcrypt", "3.1.20"
99
gem "cssbundling-rails", "1.4.3"
1010
gem "propshaft", "1.2.1"
1111
gem "importmap-rails", "2.1.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ GEM
7676
public_suffix (>= 2.0.2, < 7.0)
7777
ansi (1.5.0)
7878
base64 (0.3.0)
79-
bcrypt (3.1.13)
79+
bcrypt (3.1.20)
8080
bcrypt_pbkdf (1.1.1)
8181
benchmark (0.4.1)
8282
bigdecimal (3.2.3)
@@ -350,7 +350,7 @@ PLATFORMS
350350
x86_64-linux-musl
351351

352352
DEPENDENCIES
353-
bcrypt (= 3.1.13)
353+
bcrypt (= 3.1.20)
354354
bootsnap (= 1.18.6)
355355
capybara (= 3.40.0)
356356
cssbundling-rails (= 1.4.3)

0 commit comments

Comments
 (0)