diff options
Diffstat (limited to 'kitchen-tests/Gemfile')
-rw-r--r-- | kitchen-tests/Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile index 9cc63fb7d6..3505c5f32e 100644 --- a/kitchen-tests/Gemfile +++ b/kitchen-tests/Gemfile @@ -2,8 +2,7 @@ source "https://rubygems.org" gem "rake" # required to build some native extensions gem "chef", path: ".." -# remove this ohai pin once we ship the 14 gem -gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" +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", git: "https://github.com/chef/kitchen-appbundle-updater", branch: "master" gem "kitchen-dokken", "< 2.0" # 2.x fails atm: https://travis-ci.org/chef/chef/jobs/199125787 |