Skip to content

Commit e92208d

Browse files
authored
Merge pull request #39 from genebean/gem-fix
Update github_changelog_generator to >= 1.16.4
2 parents 0c467ca + 787d982 commit e92208d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gemfile:
99
required:
1010
':development':
1111
- gem: 'github_changelog_generator'
12-
version: '~> 1.15'
12+
version: "~> 1.16', '>= 1.16.4"
1313
- gem: 'puppet-lint-absolute_classname-check'
1414
version: '~> 3.0'
1515
- gem: 'puppet-lint-absolute_template_path'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ group :development do
2424
gem "puppet-module-posix-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby]
2525
gem "puppet-module-win-default-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
2626
gem "puppet-module-win-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
27-
gem "github_changelog_generator", '~> 1.15', require: false
27+
gem "github_changelog_generator", '~> 1.16', '>= 1.16.4', require: false
2828
gem "puppet-lint-absolute_classname-check", '~> 3.0', require: false
2929
gem "puppet-lint-absolute_template_path", '~> 1.0', require: false
3030
gem "puppet-lint-anchor-check", '~> 1.0', require: false

0 commit comments

Comments
 (0)