forked from test-kitchen/kitchen-cinc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
31 lines (25 loc) · 734 Bytes
/
Gemfile
File metadata and controls
31 lines (25 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
source "https://rubygems.org"
gemspec
gem "mixlib-install", ">= 3.14", source: "https://rubygems.cinc.sh"
gem "chef-cli", ">= 5.3.1", source: "https://rubygems.cinc.sh"
gem "chef", ">= 19.0", source: "https://rubygems.cinc.sh"
gem "chef-bin", ">= 19.0", source: "https://rubygems.cinc.sh"
gem "chef-utils", source: "https://rubygems.cinc.sh"
gem "chef-zero", source: "https://rubygems.cinc.sh"
# Transitive deps of cinc-branded gems that aren't on rubygems.cinc.sh
gem "unf_ext", ">= 0.0.8.2"
group :test do
gem "rake"
gem "fakefs"
gem "minitest"
gem "mocha"
gem "test-kitchen"
end
group :integration do
gem "kitchen-dokken"
gem "kitchen-vagrant"
gem "kitchen-inspec"
end
group :linting do
gem "cookstyle"
end