From de5ade7641ac064110f585c72973339a927e2a80 Mon Sep 17 00:00:00 2001 From: evazion Date: Fri, 30 Apr 2021 04:59:17 -0500 Subject: [PATCH] Add bcrypt_pbkdf gem. Add the bcrypt_pbkdf gem. This is required to be able to use manually configured SSH keys with the SFTP storage manager. --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 88c67637c..4000bda36 100644 --- a/Gemfile +++ b/Gemfile @@ -50,6 +50,7 @@ gem 'hsluv' gem 'google-cloud-bigquery', require: "google/cloud/bigquery" gem 'google-cloud-storage', require: "google/cloud/storage" gem 'ed25519' +gem 'bcrypt_pbkdf' # https://github.com/net-ssh/net-ssh/issues/565 gem 'terminal-table' group :production, :staging do diff --git a/Gemfile.lock b/Gemfile.lock index 7d9c768c6..e0d0f520f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,6 +106,7 @@ GEM aws-sigv4 (1.2.3) aws-eventstream (~> 1, >= 1.0.2) bcrypt (3.1.16) + bcrypt_pbkdf (1.1.0) benchmark-ips (2.8.4) better_errors (2.9.1) coderay (>= 1.0.0) @@ -476,6 +477,7 @@ DEPENDENCIES addressable aws-sdk-sqs (~> 1) bcrypt + bcrypt_pbkdf benchmark-ips better_errors binding_of_caller