Skip to content

Commit

Permalink
Merge pull request #36 from khalilahmad1547/dependabot/bundler/master…
Browse files Browse the repository at this point in the history
…/bcrypt-3.1.20

Bump bcrypt from 3.1.19 to 3.1.20 in /master
  • Loading branch information
abdur1547 authored Nov 20, 2023
2 parents 246d85a + ca3ea01 commit 6269e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion master/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "figaro"
# gem "kredis"
gem 'jwt'

gem "bcrypt", "~> 3.1.7"
gem "bcrypt", "~> 3.1.20"

gem 'interactor'

Expand Down
4 changes: 2 additions & 2 deletions master/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
base64 (0.2.0)
bcrypt (3.1.19)
bcrypt (3.1.20)
bigdecimal (3.1.4)
bootsnap (1.17.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -212,7 +212,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers
annotate
bcrypt (~> 3.1.7)
bcrypt (~> 3.1.20)
bootsnap
debug
figaro
Expand Down

0 comments on commit 6269e7a

Please sign in to comment.