Skip to content

Commit

Permalink
Only install github_changelog_generator on Ruby 2.5+
Browse files Browse the repository at this point in the history
This module still has support for Puppet 5 which ships Ruby 2.4. This
allows it to install there.
  • Loading branch information
ekohl committed Jul 16, 2021
1 parent e6f1f29 commit 39a991a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ group :system_tests do
end

group :release do
gem 'github_changelog_generator', '>= 1.16.1', :require => false
gem 'github_changelog_generator', '>= 1.16.1', :require => false if RUBY_VERSION >= 2.5
gem 'puppet-blacksmith', :require => false
gem 'voxpupuli-release', :require => false
gem 'puppet-strings', '>= 2.2', :require => false
Expand Down

0 comments on commit 39a991a

Please sign in to comment.