From 5c0b67c190c9a9621653b079e29b14eef2edfe04 Mon Sep 17 00:00:00 2001 From: Florin Dragos Date: Mon, 16 Sep 2019 16:45:18 +0300 Subject: [PATCH] Fix Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] -- 2.45.2