summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-31 15:33:08 -0700
committerTim Smith <tsmith@chef.io>2019-03-31 16:05:29 -0700
commit0a581bd407efdc6785730e449ec676183c440a3a (patch)
treeea21767c3b80ecfe50a16572f66d496d444ffdb2 /kitchen-tests/Gemfile
parent284f7f80ee51b32ae617990806f842d229247099 (diff)
downloadchef-0a581bd407efdc6785730e449ec676183c440a3a.tar.gz
Make sure we install kitchen-dokken 1.1.1 in testing
This is the final 1.x release and it now supports TK 2 Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/Gemfile')
-rw-r--r--kitchen-tests/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile
index 8881eb4e45..6bd39ffe0e 100644
--- a/kitchen-tests/Gemfile
+++ b/kitchen-tests/Gemfile
@@ -5,7 +5,7 @@ gem "chef", path: ".."
gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" # avoids failures when we bump chef major
gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "master"
gem "kitchen-appbundle-updater"
-gem "kitchen-dokken", "< 2.0" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787
+gem "kitchen-dokken", "=1.1.1" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787
gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
gem "kitchen-vagrant", git: "https://github.com/test-kitchen/kitchen-vagrant.git", branch: "master"
gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"