blob: 44981543383dfb6e6d14e1ca8865e9c4522677ac (
plain)
1
2
3
4
5
6
7
8
9
10
|
source "https://rubygems.org"
gem "chef-utils", path: File.expand_path("../chef-utils", __dir__) if File.exist?(File.expand_path("../chef-utils", __dir__))
gemspec
group(:development, :test) do
gem "rake"
gem "rspec"
end
|