diff options
author | Tom Duffield <tom@chef.io> | 2017-02-09 19:18:38 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2017-02-09 19:40:50 -0600 |
commit | 57c00434c86f7fc9997c96e0e666ffb7a59f3bca (patch) | |
tree | d51c98d90345bd94c83154abdefec666a48b8e7d /acceptance | |
parent | 87237af12641de0f7c8db57640617d2ff8e8ee5a (diff) | |
download | chef-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')
-rw-r--r-- | acceptance/Gemfile | 1 | ||||
-rw-r--r-- | acceptance/Gemfile.lock | 2 |
2 files changed, 3 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" diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock index f94dfcde96..993a45d41b 100644 --- a/acceptance/Gemfile.lock +++ b/acceptance/Gemfile.lock @@ -146,6 +146,7 @@ GEM slop (~> 3.4) public_suffix (2.0.5) rainbow (2.2.1) + rake (12.0.0) retryable (2.0.4) ridley (5.1.0) addressable @@ -249,6 +250,7 @@ DEPENDENCIES kitchen-inspec kitchen-vagrant mixlib-install + rake test-kitchen windows_chef_zero winrm-elevated |