blob: 312045d7c7bc57d8e46db99b989c8beb3ab63d22 (
plain)
1
2
3
4
5
6
|
source "https://rubygems.org"
gem "chef-utils", path: File.expand_path('../chef-utils', __dir__) if File.exist?(File.expand_path('../chef-utils', __dir__))
# Specify your gem's dependencies in chef-config.gemspec
gemspec
|