diff options
author | Tim Smith <tsmith@chef.io> | 2019-04-23 19:32:04 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-04-23 19:32:04 -0700 |
commit | 3a868c31d7f6bbdc473d48baf3969f89c408650f (patch) | |
tree | 2d6561463e263a4fc95b9f6ca7af73db72c35962 /Gemfile | |
parent | b43a79754727dd14710eb48fce0f4e6d242375e5 (diff) | |
download | chef-3a868c31d7f6bbdc473d48baf3969f89c408650f.tar.gz |
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ group(:omnibus_package) do gem "rb-readline" gem "inspec-core", ">= 4.0.0.a", "< 5" gem "chef-vault" - gem 'ed25519' # ed25519 ssh key support done here as its a native gem we can't put in train - gem 'bcrypt_pbkdf' # ed25519 ssh key support done here as its a native gem we can't put in train + 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 end group(:omnibus_package, :pry) do |