From c4acd7072e6e196930164f98d3411b1b191a3955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:12:35 +0000 Subject: [PATCH] Bump bcrypt from 3.1.20 to 3.1.21 in /fasp_base Bumps [bcrypt](https://github.com/bcrypt-ruby/bcrypt-ruby) from 3.1.20 to 3.1.21. - [Release notes](https://github.com/bcrypt-ruby/bcrypt-ruby/releases) - [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](https://github.com/bcrypt-ruby/bcrypt-ruby/compare/v3.1.20...v3.1.21) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 3.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fasp_base/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fasp_base/Gemfile.lock b/fasp_base/Gemfile.lock index a854025..fe8459d 100644 --- a/fasp_base/Gemfile.lock +++ b/fasp_base/Gemfile.lock @@ -89,7 +89,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) base64 (0.3.0) - bcrypt (3.1.20) + bcrypt (3.1.21) bigdecimal (3.3.1) builder (3.3.0) cgi (0.4.2)