From 8ea79e2f6576bda2271aa66a58b97e4d66ac35ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 22:25:27 +0000 Subject: [PATCH] Bump bcrypt from 3.1.16 to 3.1.18 Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.16 to 3.1.18. - [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/commits) --- 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 5a9db9c..750b33d 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } # ruby version ruby '3.0.0' -gem 'bcrypt', '~> 3.1.7' +gem 'bcrypt', '~> 3.1.18' gem 'bootsnap', '>= 1.4.4', require: false gem 'caze' gem 'connection_pool', '~> 2.2' diff --git a/Gemfile.lock b/Gemfile.lock index a294c2e..b743c36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) - bcrypt (3.1.16) + bcrypt (3.1.18) better_errors (2.9.1) coderay (>= 1.0.0) erubi (>= 1.0.0) @@ -325,7 +325,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - bcrypt (~> 3.1.7) + bcrypt (~> 3.1.18) better_errors binding_of_caller bootsnap (>= 1.4.4)