From: Florin Dragos Date: Mon, 16 Sep 2019 13:45:18 +0000 (+0300) Subject: Fix Gemfile X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fpdksync_litmus_test;p=puppet-modules%2Fpuppetlabs-apt.git Fix Gemfile --- diff --git a/Gemfile b/Gemfile index 13b3839..31084f6 100644 --- 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']