Skip to content

Commit ebcbe7c

Browse files
committed
(maint) update Gemfile to current versions of litmus and GCG
1 parent 1dca520 commit ebcbe7c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ 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-
# 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'
29+
gem 'puppet_litmus', '~> 0.18'
3130
gem 'net-ssh', '~> 5.2'
3231
end
3332
end
3433

3534
group :development do
36-
gem 'github_changelog_generator', git: 'https://github.com/skywinder/github-changelog-generator', ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')
35+
gem 'github_changelog_generator', '~> 1.15' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')
3736
gem 'pry'
3837
gem 'pry-byebug'
3938
end

0 commit comments

Comments
 (0)