Skip to content

Commit b12bf63

Browse files
authored
Merge pull request #131 from puppetlabs/pdksync_maint-pdk-update
pdksync - (MAINT) PDK Update
2 parents d383825 + c3eb344 commit b12bf63

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Publish module"
22

33
on:
44
workflow_dispatch:
5-
5+
66
jobs:
77
release:
88
uses: "puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"

.sync.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ appveyor.yml:
66
rubocop.yml:
77
include_todos: true
88

9-
Gemfile:
10-
optional:
11-
":development":
12-
- gem: github_changelog_generator
13-
version: '= 1.15.2'
9+
1410
spec/spec_helper.rb:
1511
mock_with: ":rspec"
1612
coverage_report: true

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ group :development do
3535
gem "rubocop-performance", '= 1.16.0', require: false
3636
gem "rubocop-rspec", '= 2.19.0', require: false
3737
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
38-
gem "github_changelog_generator", '= 1.15.2', require: false
3938
end
4039
group :system_tests do
4140
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]

0 commit comments

Comments
 (0)