summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-27 11:25:00 -0700
committerGitHub <noreply@github.com>2020-04-27 11:25:00 -0700
commit83a99eac530983d2933792579f6873da20b7a262 (patch)
treef67875222f63cff5e5915def7f8440384aa3bd11 /Gemfile
parenta1a4b61b84620b9f1771886bf9fa43a9ca1e935d (diff)
parent58e0958595bb7f673c442dd925961aa144dff6c0 (diff)
downloadchef-83a99eac530983d2933792579f6873da20b7a262.tar.gz
Merge pull request #9749 from chef/mp/CHEF-9639
Update bcrypt_pbkdf to 1.1.0.rc1
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4027dca7ad..511fef221d 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