Skip to content

Commit 28b973a

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 c1c45da commit 28b973a

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
@@ -22,7 +22,7 @@ gem 'jbuilder', '~> 2.0'
2222
gem 'sdoc', '~> 1.1.0', group: :doc
2323

2424
# Use ActiveModel has_secure_password
25-
gem 'bcrypt', '~> 3.1.7'
25+
gem 'bcrypt', '~> 3.1.22'
2626
gem 'jwt'
2727
gem 'config'
2828

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GEM
7575
uri (>= 0.13.1)
7676
afm (1.0.0)
7777
base64 (0.3.0)
78-
bcrypt (3.1.21)
78+
bcrypt (3.1.22)
7979
benchmark (0.5.0)
8080
bigdecimal (4.0.1)
8181
binding_of_caller (2.0.0)
@@ -297,7 +297,7 @@ PLATFORMS
297297
x86_64-linux-musl
298298

299299
DEPENDENCIES
300-
bcrypt (~> 3.1.7)
300+
bcrypt (~> 3.1.22)
301301
byebug
302302
config
303303
jbuilder (~> 2.0)

0 commit comments

Comments
 (0)