Skip to content

Commit 6cb8538

Browse files
committed
(CAT-2360) Repin litmus to ~> 2.0 when PUPPET_FORGE_TOKEN found
1 parent 5b22712 commit 6cb8538

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
@@ -42,7 +42,8 @@ group :development, :release_prep do
4242
gem "puppet-blacksmith", '~> 7.0', require: false
4343
end
4444
group :system_tests do
45-
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
45+
gem "puppet_litmus", '~> 2.0', require: false, platforms: [:ruby, :x64_mingw] if !ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
46+
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw] if ENV['PUPPET_FORGE_TOKEN'].to_s.empty?
4647
gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw]
4748
gem "serverspec", '~> 2.41', require: false
4849
end

0 commit comments

Comments
 (0)