]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Fix Gemfile pdksync_litmus_test
authorFlorin Dragos <florin@puppet.com>
Mon, 16 Sep 2019 13:45:18 +0000 (16:45 +0300)
committerFlorin Dragos <florin@puppet.com>
Mon, 16 Sep 2019 13:45:18 +0000 (16:45 +0300)
Gemfile

diff --git a/Gemfile b/Gemfile
index 13b383944fd167269ed98d9dd3f2aa4ae1b4a389..31084f61fbe8dafe227816a4099281f72dc3fd99 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -30,7 +30,7 @@ group :development do
   gem "puppet-module-win-dev-r#{minor_version}", '~> 0.3',       require: false, platforms: [:mswin, :mingw, :x64_mingw]
   gem "github_changelog_generator",                              require: false, git: 'https://github.com/skywinder/github-changelog-generator', ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
   gem "puppet-lint-i18n",                                        require: false
-  gem "puppet_litmus",                                           require: false, git: 'https://github.com/florindragos/puppet_litmus'
+  gem "puppet_litmus",                                           require: false, git: 'https://github.com/florindragos/puppet_litmus', branch: 'master', platforms: [:ruby, :mswin, :mingw, :x64_mingw] if ENV['PUPPET_GEM_VERSION'].nil? or ENV['PUPPET_GEM_VERSION'] !~ %r{ 5}
 end
 
 puppet_version = ENV['PUPPET_GEM_VERSION']