diff --git a/.sync.yml b/.sync.yml index 5469cf14..9a613f8c 100644 --- a/.sync.yml +++ b/.sync.yml @@ -6,6 +6,9 @@ appveyor.yml: Gemfile: use_litmus: true + overrides: + - gem: 'puppet_litmus' + version: '~> 2.0' NOTICE: copyright_holders: - name: Puppet, Inc. diff --git a/Gemfile b/Gemfile index ba45dd3f..c48082b7 100644 --- a/Gemfile +++ b/Gemfile @@ -72,8 +72,7 @@ group :development, :release_prep do gem "puppet-blacksmith", '~> 7.0', require: false end group :system_tests do - gem "puppet_litmus", '~> 2.0', require: false, platforms: [:ruby, :x64_mingw] if !ENV['PUPPET_FORGE_TOKEN'].to_s.empty? - gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw] if ENV['PUPPET_FORGE_TOKEN'].to_s.empty? + gem "puppet_litmus", '~> 2.0', require: false, platforms: [:ruby, :x64_mingw] gem "CFPropertyList", '< 3.0.7', require: false, platforms: [:mswin, :mingw, :x64_mingw] gem "serverspec", '~> 2.41', require: false end