this commit updates the repos to use librarian-puppet-simple instead of librarian-puppet. This change is motivated b/c I do want want to have to resolve deps. Change-Id: I7e1d229a9190ef4411976561994b2cd2cfad025d
11 lines
221 B
Ruby
11 lines
221 B
Ruby
source "https://rubygems.org"
|
|
gem "vagrant", "~>1.0"
|
|
gem "librarian-puppet-simple"
|
|
gem "github_api", "0.8.1"
|
|
gem 'rake'
|
|
group :unit_tests do
|
|
gem 'puppetlabs_spec_helper'
|
|
gem 'puppet', '3.1.0'
|
|
gem 'rspec-puppet'
|
|
end
|