summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile
blob: cb0f09f6fee732ff60b2347d34096ac9892aa6ed (plain)
1
2
3
4
5
6
7
8
9
10
source "https://rubygems.org"

gem "rake" # required to build some native extensions
gem "chef", path: ".."
gem "ohai", git: "https://github.com/chef/ohai.git", branch: "16-stable" # avoids failures when we bump chef major
gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "main"
gem "kitchen-dokken", ">= 2.0"
gem "kitchen-inspec"
gem "inspec"
gem "test-kitchen"