Skip to content

Commit

Permalink
Add rake to acceptance Gemfile so we can build native extensions
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Duffield <[email protected]>
  • Loading branch information
tduffield committed Feb 10, 2017
1 parent 87237af commit 57c0043
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions acceptance/Gemfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions acceptance/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -249,6 +250,7 @@ DEPENDENCIES
kitchen-inspec
kitchen-vagrant
mixlib-install
rake
test-kitchen
windows_chef_zero
winrm-elevated
Expand Down

0 comments on commit 57c0043

Please sign in to comment.