From 58e0958595bb7f673c442dd925961aa144dff6c0 Mon Sep 17 00:00:00 2001 From: "Marc A. Paradise" Date: Mon, 27 Apr 2020 13:29:50 -0400 Subject: Update bcrypt_pbkdf to 1.1.0.rc1 This provides working ed25519 ssh support for Windows under Rubies 2.4-2.7. I'm submitting this with the RC gem instead of waiting for final release because because we don't have a timeline from the maintainer when the RC will be finalized. Part of this is because no decision as been made as to whether to do a major version bump for the gem. Signed-off-by: Marc A. Paradise --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 61176cb926..60120ffe22 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ group(:omnibus_package) do gem "inspec-core-bin", "~> 4.18" # need to provide the binaries for inspec gem "chef-vault" gem "ed25519" # ed25519 ssh key support done here as it's a native gem we can't put in train - gem "bcrypt_pbkdf" # ed25519 ssh key support done here as it's a native gem we can't put in train + gem "bcrypt_pbkdf", ">= 1.1.0.rc1" # ed25519 ssh key support done here as it's a native gem we can't put in train end group(:omnibus_package, :pry) do -- cgit v1.2.1