File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2626group :acceptance do
2727 # Litmus has dependencies which require Ruby 2.5 (Puppet 6) or above.
2828 if Gem ::Version . new ( RUBY_VERSION . dup ) >= Gem ::Version . new ( '2.5.0' )
29- # Until https://github.com/puppetlabs/puppet_litmus/pull/248 is merged we need to use the source of the
30- # of the PR. Not the greatest and prone to error, but without it, all litmus based testing is broken.
31- # This can be reverted once this PR is merged and Litmus is released with this fix.
32- gem 'puppet_litmus' , git : 'https://github.com/michaeltlombardi/puppet_litmus' , ref : 'maint/master/fix-upload-file'
29+ # Can't use puppet_litmus 0.18.0 until https://github.com/puppetlabs/puppet_litmus/issues/300 is fixed.
30+ gem 'puppet_litmus' , '~> 0.17.0'
3331 gem 'net-ssh' , '~> 5.2'
3432 end
3533end
You can’t perform that action at this time.
0 commit comments