Skip to content

Commit

Permalink
explicitly use version for cucumber-chef in cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Patten committed Jun 24, 2012
1 parent 51a5c9b commit 96a23e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chef_repo/cookbooks/cucumber-chef/recipes/test_lab.rb
Expand Up @@ -36,6 +36,8 @@
gem_package "cucumber-chef" do
gem_binary("/usr/bin/gem")

version(node['cucumber_chef']['version'])

if node['cucumber_chef']['prerelease']
options("--prerelease")
end
Expand Down

0 comments on commit 96a23e1

Please sign in to comment.