Skip to content

Commit 7d28b7c

Browse files
committed
(maint) Remove pin to custom version of Litmus
Previously the litmus gem was pinned to a version in Michael Lombardi's fork. This commit removes the pin as the PR mentioned was merged into Litmus 0.16.0 Ref - puppetlabs/puppet_litmus@f09c9db
1 parent cee0da1 commit 7d28b7c

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)