Skip to content

Commit 22838d2

Browse files
authored
Merge pull request #236 from glennsarti/use-ltimus
(maint) Remove pin to custom version of Litmus
2 parents 3ed398f + 7d28b7c commit 22838d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Gemfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ end
2626
group :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
3533
end

0 commit comments

Comments
 (0)