Skip to content

Commit 14ee288

Browse files
committed
(CAT-2325) Repin litmus to ~> 2.0 when PUPPET_FORGE_TOKEN is detected
1 parent 08c8da7 commit 14ee288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ group :development, :release_prep do
4343
gem "puppet-blacksmith", '~> 7.0', require: false
4444
end
4545
group :system_tests do
46-
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
46+
gem "puppet_litmus", '~> 2.0', require: false, platforms: [:ruby, :x64_mingw] if !ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
47+
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw] if ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
4748
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
4849
gem "serverspec", '~> 2.41', require: false
4950
end

0 commit comments

Comments
 (0)