Skip to content

Commit 46714fd

Browse files
Bump bcrypt from 3.1.21 to 3.1.22
Bumps [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) from 3.1.21 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.21...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 bdda392 commit 46714fd

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
@@ -79,7 +79,7 @@ gem "concurrent-ruby", "~> 1.3.3"
7979
gem "zonebie", "~> 0.6.1"
8080

8181
# Encrypting admin passwords.
82-
gem "bcrypt", "~> 3.1.21"
82+
gem "bcrypt", "~> 3.1.22"
8383

8484
# Encrypting/decrypting database values.
8585
gem "encryptor", "~> 3.0.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GEM
4848
ast (2.4.3)
4949
awesome_print (1.9.2)
5050
base64 (0.3.0)
51-
bcrypt (3.1.21)
51+
bcrypt (3.1.22)
5252
benchmark (0.5.0)
5353
bigdecimal (4.0.1)
5454
builder (3.3.0)
@@ -221,7 +221,7 @@ DEPENDENCIES
221221
activesupport (~> 7.2.3)
222222
addressable (~> 2.8.0)
223223
awesome_print (~> 1.9.2)
224-
bcrypt (~> 3.1.21)
224+
bcrypt (~> 3.1.22)
225225
capybara (~> 3.32)
226226
capybara-screenshot (~> 1.0.22)
227227
capybara-shadowdom (~> 0.3.0)

0 commit comments

Comments
 (0)