Skip to content

Commit b394d8a

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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20386a2 commit b394d8a

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
@@ -10,7 +10,7 @@ gem 'jquery-rails', '~> 4.6'
1010
gem 'jquery-ui-rails', '~>8.0.0'
1111
gem 'aasm', '~> 5.5.2'
1212
gem 'acts_as_list'
13-
gem 'bcrypt', '~> 3.1.21'
13+
gem 'bcrypt', '~> 3.1.22'
1414
gem 'htmlentities'
1515
gem "kt-paperclip", "~> 7.2"
1616
gem 'puma', '~> 7.2'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ GEM
9494
execjs (~> 2)
9595
backport (1.2.0)
9696
base64 (0.3.0)
97-
bcrypt (3.1.21)
97+
bcrypt (3.1.22)
9898
benchmark (0.5.0)
9999
bigdecimal (3.3.1)
100100
bootstrap-sass (3.4.1)
@@ -449,7 +449,7 @@ DEPENDENCIES
449449
actionpack-xml_parser (~> 2.0)
450450
activemodel-serializers-xml (~> 1.0.3)
451451
acts_as_list
452-
bcrypt (~> 3.1.21)
452+
bcrypt (~> 3.1.22)
453453
bootstrap-sass (= 3.4.1)
454454
bullet
455455
byebug

0 commit comments

Comments
 (0)