summaryrefslogtreecommitdiff
path: root/acceptance/Gemfile
diff options
context:
space:
mode:
authorTom Duffield <tom@chef.io>2017-02-09 19:18:38 -0600
committerTom Duffield <tom@chef.io>2017-02-09 19:40:50 -0600
commit57c00434c86f7fc9997c96e0e666ffb7a59f3bca (patch)
treed51c98d90345bd94c83154abdefec666a48b8e7d /acceptance/Gemfile
parent87237af12641de0f7c8db57640617d2ff8e8ee5a (diff)
downloadchef-57c00434c86f7fc9997c96e0e666ffb7a59f3bca.tar.gz
Add rake to acceptance Gemfile so we can build native extensions
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'acceptance/Gemfile')
-rw-r--r--acceptance/Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/acceptance/Gemfile b/acceptance/Gemfile
index 105ad723be..ba8839d8d3 100644
--- a/acceptance/Gemfile
+++ b/acceptance/Gemfile
@@ -1,5 +1,6 @@
source "https://rubygems.org"
+gem "rake" # required to build some native extensions
gem "chef-acceptance", github: "chef/chef-acceptance"
gem "kitchen-ec2"
gem "inspec"