summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-03-02 16:50:58 -0800
committerTim Smith <tsmith84@gmail.com>2021-03-02 16:50:58 -0800
commit1577d24d465c3b6582d3a814f89b36016f41701c (patch)
tree8957e952c7568af95c43176100b0fd7f56ebb59c /chef.gemspec
parentcba34eeb9074e271fcb5c78bfbf7afa425f7e889 (diff)
downloadchef-1577d24d465c3b6582d3a814f89b36016f41701c.tar.gz
Update our bcrypt_pbkdf dep to allow the final 1.1.0 releasebcrypt_pbkdf
This should be the same thing except they did a non-RC release. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 92277325db..3986d6a882 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.add_dependency "net-ssh-multi", "~> 1.2", ">= 1.2.1"
s.add_dependency "net-sftp", ">= 2.1.2", "< 4.0"
s.add_dependency "ed25519", "~> 1.2" # ed25519 ssh key support
- s.add_dependency "bcrypt_pbkdf", "= 1.1.0.rc2" # ed25519 ssh key support
+ s.add_dependency "bcrypt_pbkdf", "~> 1.1" # ed25519 ssh key support
s.add_dependency "highline", ">= 1.6.9", "< 3"
s.add_dependency "tty-prompt", "~> 0.21" # knife ui.ask prompt
s.add_dependency "tty-screen", "~> 0.6" # knife list