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.
This commit is contained in:
evazion
2021-04-30 04:59:17 -05:00
parent f0ff32bb68
commit de5ade7641
2 changed files with 3 additions and 0 deletions

View File

@@ -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