Skip to content

Commit 7b74877

Browse files
committed
Revert "Add github_changelog_generator gem"
This reverts commit 8a3516d. Not compatible with Ruby 2.4 (Puppet 5)...
1 parent 4f3b29d commit 7b74877

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.sync.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,3 @@
22
spec/spec_helper.rb:
33
mock_with: ':rspec'
44
coverage_report: true
5-
Gemfile:
6-
required:
7-
':release':
8-
- gem: github_changelog_generator
9-
git: https://github.com/github-changelog-generator/github-changelog-generator

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ group :development do
2929
gem "puppet-module-win-default-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3030
gem "puppet-module-win-dev-r#{minor_version}", '~> 0.4', require: false, platforms: [:mswin, :mingw, :x64_mingw]
3131
end
32-
group :release do
33-
gem "github_changelog_generator", require: false, git: 'https://github.com/github-changelog-generator/github-changelog-generator'
34-
end
3532

3633
puppet_version = ENV['PUPPET_GEM_VERSION']
3734
facter_version = ENV['FACTER_GEM_VERSION']

0 commit comments

Comments
 (0)