diff options
author | Aaron Stone <aaron@serendipity.cx> | 2013-07-25 09:30:06 -0700 |
---|---|---|
committer | Aaron Stone <aaron@serendipity.cx> | 2013-07-25 13:26:30 -0700 |
commit | 1841d11ee3f885c902a4d41b94beee141a468fa2 (patch) | |
tree | 0cb104d45847205a8a6a17138071d34aef597030 /Gemfile | |
parent | 164cadc9b9ac25ce70885100f28f8cd649358fa4 (diff) |
Travis should run three Puppet versions in a matrix with three Ruby versions, but limit Puppet 2.6.x to Ruby 1.8.7.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'rake', '~> 0.8.7' gem 'rspec', '~> 1.3' gem 'mocha', '~> 0.12.9', :require => false -gem 'puppet', '~> 2.7' +gem 'puppet', "~> #{ENV['PUPPET_VERSION'] || '2.7.22'}" |