use librarian-puppet-simple

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
This commit is contained in:
Dan Bode 2013-06-12 13:27:31 -07:00
parent b1f3959f5b
commit a1aca07e29
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
source "https://rubygems.org"
gem "vagrant", "~>1.0"
gem "librarian-puppet"
gem "librarian-puppet-simple"
gem "github_api", "0.8.1"
gem 'rake'
group :unit_tests do