Skip to content

Commit

Permalink
Bump bcrypt from 3.1.18 to 3.1.19 (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 25, 2023
1 parent 3f18687 commit 8d6c547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gem "ranked-model", "~> 0.4.8"
# Slug-based model lookup
gem "friendly_id", "~> 5.5.0"
# Hashing / Encrypting data at rest
gem "bcrypt", "~> 3.1.18"
gem "bcrypt", "~> 3.1.19"
gem "lockbox", "1.2.0"
gem "rotp", "~> 6.2"
gem "strong_migrations", "~> 1.4"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
aws-sigv4 (1.5.2)
aws-eventstream (~> 1, >= 1.0.2)
backport (1.2.0)
bcrypt (3.1.18)
bcrypt (3.1.19)
benchmark (0.2.1)
better_errors (2.10.1)
erubi (>= 1.0.0)
Expand Down Expand Up @@ -465,7 +465,7 @@ DEPENDENCIES
active_record_extended (~> 3.2)
activerecord-postgres_enum (~> 2.0)
aws-sdk-s3 (~> 1.126)
bcrypt (~> 3.1.18)
bcrypt (~> 3.1.19)
better_errors
binding_of_caller
bootsnap (~> 1.16)
Expand Down

0 comments on commit 8d6c547

Please sign in to comment.