From 378f24b3cdc10e50431231c1f5aadb5ed04e0c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:28:15 +0000 Subject: [PATCH] Bump bcrypt from 3.1.19 to 3.1.20 Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.19 to 3.1.20. - [Release notes](https://github.com/codahale/bcrypt-ruby/releases) - [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](https://github.com/codahale/bcrypt-ruby/compare/v3.1.19...v3.1.20) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 422b121d..bd1d4782 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "pg" gem "turbo-rails" -gem "bcrypt", "~> 3.1.19" +gem "bcrypt", "~> 3.1.20" gem "active_model_otp" gem "bootsnap", require: false diff --git a/Gemfile.lock b/Gemfile.lock index b247f130..55315b67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) - bcrypt (3.1.19) + bcrypt (3.1.20) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) @@ -507,7 +507,7 @@ PLATFORMS DEPENDENCIES active_model_otp - bcrypt (~> 3.1.19) + bcrypt (~> 3.1.20) better_errors binding_of_caller bootsnap