From 6a401fbaff72a496b8746695dde9d3e249dda07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:08:58 +0000 Subject: [PATCH] build(deps): 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 cb0d82fa..25851f28 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.2.2' -gem 'bcrypt', '~> 3.1.19' +gem 'bcrypt', '~> 3.1.20' gem 'bootsnap', '>= 1.4.4', require: false gem 'caxlsx' gem 'connection_pool' diff --git a/Gemfile.lock b/Gemfile.lock index ceb9a7c0..c26b8e8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM airbrussh (1.5.0) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.2) - bcrypt (3.1.19) + bcrypt (3.1.20) bcrypt_pbkdf (1.1.0) bootsnap (1.16.0) msgpack (~> 1.2) @@ -378,7 +378,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - bcrypt (~> 3.1.19) + bcrypt (~> 3.1.20) bcrypt_pbkdf bootsnap (>= 1.4.4) brakeman