mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-18 09:10:23 +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", "~> 1.4.5"
|
|
gem "chefspec", "~> 1.2.0"
|
|
gem "foodcritic"
|
|
gem "strainer"
|
|
gem "tailor"
|