summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-09-08 08:35:58 -0700
committerJohn Keiser <john@johnkeiser.com>2016-09-08 08:35:58 -0700
commit27bddab04d383d40ee212710712dc8f732cc7df0 (patch)
tree70d23c2ffebab2216cccff1f5568d48379d4f8c9 /Gemfile
parent512d4914e59ccfdf5fa9cd12dad87024b53b40b8 (diff)
downloadchef-27bddab04d383d40ee212710712dc8f732cc7df0.tar.gz
Bring in cucumber to prevent cucumber-core from being wrongly loaded
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9213be0a3c..003df8ee15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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