summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8216e20b73..9213be0a3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,10 @@ group(:integration) do
gem "poise-boiler", git: "https://github.com/poise/poise-boiler"
gem "knife-windows"
gem "foodcritic"
+
gem "cucumber-core", "< 2.0.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
group(:docgen) do