summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-09 20:16:45 -0600
committerTom Duffield <tom@chef.io>2017-02-09 20:16:45 -0600
commit845cc57b4742299e8715adfa7b46df319d0808ea (patch)
treec95b6eefaf901547799bbd6a1f69a2341b3a8169 /Gemfile
parent57c00434c86f7fc9997c96e0e666ffb7a59f3bca (diff)
downloadchef-845cc57b4742299e8715adfa7b46df319d0808ea.tar.gz
Add back a few gems that are required (and document why)
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 455d546248..b3fa6b01a3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,9 +12,9 @@ source "https://rubygems.org"
gem "chef", path: "."
gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.exist?(File.expand_path("../chef-config", __FILE__))
-# Ensure that we can always install rake, regardless of gem groups
gem "rake"
gem "bundler"
+gem "cheffish" # required for rspec tests
group(:omnibus_package) do
gem "appbundler"