summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-04 19:15:16 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-04 19:15:16 -0800
commit6d61bc0c793f060f40c59d92b61becfdc3013111 (patch)
tree221abfaa747c3c2e0171e0f650bebc2e2de131a6 /Gemfile
parent69147fc6d93b120040c735318b6fc1d09a638933 (diff)
downloadchef-6d61bc0c793f060f40c59d92b61becfdc3013111.tar.gz
Remove duplicate Gemfile gems + update ohai to 16.7.13
Remove gemfile gems that are also in the gemspec. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index cc72e4903b..beae5f67df 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,8 +30,6 @@ group(:omnibus_package) do
gem "inspec-core", "~> 4.18"
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", ">= 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