the previous version added librarian (which is not required) this version removes librarian and sets a specific version for vagrant.
5 lines
93 B
Ruby
5 lines
93 B
Ruby
source "https://rubygems.org"
|
|
gem "vagrant", "~>1.0"
|
|
gem "librarian-puppet"
|
|
gem "github_api"
|