Add gemfile for jenkins job

This commit is contained in:
Branan Purvine-Riley
2012-06-18 11:25:52 -07:00
parent 4bf1cf0034
commit 786ef593c2

5
.gemfile Normal file
View File

@@ -0,0 +1,5 @@
source :rubygems
puppetversion = ENV.key?('PUPPET_VERSION') ? "= #{ENV['PUPPET_VERSION']}" : ['>= 2.7']
gem 'puppet', puppetversion
gem 'puppetlabs_spec_helper', '>= 0.1.0'