summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-04-04 15:02:13 +0100
committerThom May <thom@chef.io>2017-04-04 15:02:13 +0100
commite17993acbcf3de440f177c2db5c39b022721ea33 (patch)
tree1b6e6ce682d074a308ba3ee559bc1a0746efe0b5
parentef06d7987f43ce75a8a97e0cc4c130d8a866f598 (diff)
downloadchef-e17993acbcf3de440f177c2db5c39b022721ea33.tar.gz
save game
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 761990dbcf..cbe9e88e06 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem "ohai", git: "https://github.com/chef/ohai.git", branch: "tm/load_additional
gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.exist?(File.expand_path("../chef-config", __FILE__))
gem "rake"
gem "bundler"
-gem "cheffish", "~> 13", git: "https://github.com/chef/cheffish.git", branch: "tm/ohai_run_context"# required for rspec tests
+gem "cheffish", "~> 13", git: "https://github.com/chef/cheffish.git", branch: "tm/ohai_run_context" # required for rspec tests
group(:omnibus_package) do
gem "appbundler"