summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 19:32:04 -0700
committerTim Smith <tsmith@chef.io>2019-04-23 19:32:04 -0700
commit3a868c31d7f6bbdc473d48baf3969f89c408650f (patch)
tree2d6561463e263a4fc95b9f6ca7af73db72c35962
parentb43a79754727dd14710eb48fce0f4e6d242375e5 (diff)
downloadchef-3a868c31d7f6bbdc473d48baf3969f89c408650f.tar.gz
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 5860b04f55..6abe88b86e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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