diff --git a/Gemfile b/Gemfile index 5a9db9c..313bcff 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.17' gem 'bootsnap', '>= 1.4.4', require: false gem 'caze' gem 'connection_pool', '~> 2.2' diff --git a/Gemfile.lock b/Gemfile.lock index a294c2e..7bbf83a 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.17) 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.17) better_errors binding_of_caller bootsnap (>= 1.4.4)