From 28397db85b7956712651b4d4daf59cd9741d0991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20P=C3=A1nek?= Date: Wed, 17 Jun 2015 17:06:16 +0200 Subject: [PATCH] Actually use the env variable set in .travis.yml --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 05fb9dab..c6e77084 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ def location_for(place, fake_version = nil) end end -gem 'puppet', *location_for(ENV['PUPPET_VERSION'], '>= 2.7.0') +gem 'puppet', *location_for(ENV['PUPPET_GEM_VERSION'], '>= 2.7.0') gem 'facter', '>= 1.6.2' group :test, :development do