Add project Gemfile

Prior to this commit there was no Gemfile for this project. Now
a Gemfile has been added so that those developing the project
can take advantage of Bundler.
This commit is contained in:
Hailee Kenney 2014-08-15 10:21:09 -07:00
parent 1d81aacf5a
commit 686e60c791
1 changed files with 11 additions and 0 deletions

11
Gemfile Normal file
View File

@ -0,0 +1,11 @@
source 'https://rubygems.org'
gem 'yard'
gem 'rgen'
group :test do
gem 'rspec'
gem 'mocha'
gem 'puppet'
gem 'puppetlabs_spec_helper'
end