diff options
author | danielsdeleo <dan@chef.io> | 2016-02-04 15:25:27 -0800 |
---|---|---|
committer | danielsdeleo <dan@chef.io> | 2016-02-04 15:26:48 -0800 |
commit | 3079e7bbcb13780322c9748876392f1ebad20447 (patch) | |
tree | d9e399ddabde48e20c9a90b1e48b4f7fd4da30d6 /kitchen-tests | |
parent | e23cef930e00bd3f8ec2117ccfc48370e776b36f (diff) | |
download | chef-3079e7bbcb13780322c9748876392f1ebad20447.tar.gz |
Lock php cookbook in kitchen tests to solvable version
Seems we're hitting a molinillo bug that prevents us from solving
dependencies correctly.
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/Berksfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kitchen-tests/Berksfile b/kitchen-tests/Berksfile index 66569ed97f..decb85a8a1 100644 --- a/kitchen-tests/Berksfile +++ b/kitchen-tests/Berksfile @@ -1,3 +1,5 @@ source "https://supermarket.getchef.com" cookbook "webapp", :path => "cookbooks/webapp" + +cookbook "php", "~> 1.5.0" |