projects
/
puppet_vcsrepo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Travis should run three Puppet versions in a matrix with three Ruby versions, but...
[puppet_vcsrepo.git]
/
Gemfile
1
source 'https://rubygems.org'
2
gem 'rake', '~> 0.8.7'
3
gem 'rspec', '~> 1.3'
4
gem 'mocha', '~> 0.12.9', :require => false
5
gem 'puppet', "~> #{ENV['PUPPET_VERSION'] || '2.7.22'}"