diff options
author | John Keiser <john@johnkeiser.com> | 2016-09-08 08:35:58 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-09-08 08:35:58 -0700 |
commit | 27bddab04d383d40ee212710712dc8f732cc7df0 (patch) | |
tree | 70d23c2ffebab2216cccff1f5568d48379d4f8c9 /Gemfile | |
parent | 512d4914e59ccfdf5fa9cd12dad87024b53b40b8 (diff) | |
download | chef-27bddab04d383d40ee212710712dc8f732cc7df0.tar.gz |
Bring in cucumber to prevent cucumber-core from being wrongly loaded
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -42,7 +42,8 @@ group(:integration) do gem "knife-windows" gem "foodcritic" - gem "cucumber-core", "< 2.0.0" + # We pin this so nobody brings in a cucumber-core incompatible with cucumber latest + gem "cucumber", ">= 2.4.0" # We pin oc-chef-pedant to prevent it from updating out of lockstep with chef-zero gem "oc-chef-pedant", git: "https://github.com/chef/chef-server" end |