summaryrefslogtreecommitdiff
path: root/kitchen-tests/Gemfile
blob: c70cf97f9068d38b1210ef639ff66cccf63897cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: "master" # avoids failures when we bump chef major
gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "master"
gem "kitchen-dokken", "~> 2.0"
gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master"
gem "inspec"
gem "test-kitchen", git: "https://github.com/test-kitchen/test-kitchen.git", branch: "master"
gem "kitchen-azurerm", git: "https://github.com/test-kitchen/kitchen-azurerm.git", branch: "master"

# avoid Ruby 2.7 warnings
gem "docker-api", git: "https://github.com/chef/docker-api.git", branch: "master"