We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62fa09 commit bfb6983Copy full SHA for bfb6983
Gemfile
@@ -5,7 +5,7 @@ ruby "3.4.3"
5
6
gem "rails", "8.0.2"
7
gem "jsbundling-rails", "1.3.1"
8
-gem "bcrypt", "3.1.13"
+gem "bcrypt", "3.1.20"
9
gem "cssbundling-rails", "1.4.3"
10
gem "propshaft", "1.2.1"
11
gem "importmap-rails", "2.1.0"
Gemfile.lock
@@ -76,7 +76,7 @@ GEM
76
public_suffix (>= 2.0.2, < 7.0)
77
ansi (1.5.0)
78
base64 (0.3.0)
79
- bcrypt (3.1.13)
+ bcrypt (3.1.20)
80
bcrypt_pbkdf (1.1.1)
81
benchmark (0.4.1)
82
bigdecimal (3.2.3)
@@ -350,7 +350,7 @@ PLATFORMS
350
x86_64-linux-musl
351
352
DEPENDENCIES
353
- bcrypt (= 3.1.13)
+ bcrypt (= 3.1.20)
354
bootsnap (= 1.18.6)
355
capybara (= 3.40.0)
356
cssbundling-rails (= 1.4.3)
0 commit comments