mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-15 15:50:22 +00:00
10 lines
199 B
Ruby
10 lines
199 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "chef", "~> 11.4.4"
|
|
gem "json", "<= 1.7.7" # chef 11 dependency
|
|
gem "berkshelf", "~> 2.0.3"
|
|
gem "chefspec", "~> 1.3.0"
|
|
gem "foodcritic"
|
|
gem "strainer"
|
|
gem "tailor"
|