Skip to content

Commit

Permalink
Fix bundle install failure in kitchen tests
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Feb 8, 2022
1 parent 2dfa055 commit df3d3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kitchen-tests/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gem "ohai", git: "https://github.com/chef/ohai.git", branch: "17-stable" # avoid
gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "main"
gem "kitchen-dokken", ">= 2.0"
gem "kitchen-vagrant", ">= 1.0"
gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "main"
gem "kitchen-inspec"
gem "inspec"
gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"
gem "test-kitchen"

0 comments on commit df3d3db

Please sign in to comment.