Skip to content

Commit 6099c42

Browse files
committed
(CONT-494) Fix for .sync.yml
1 parent 40d2b18 commit 6099c42

File tree

8 files changed

+5
-149
lines changed

8 files changed

+5
-149
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gemfile:
1010
optional:
1111
":development":
1212
- gem: github_changelog_generator
13-
version: '= 1.15.2'
13+
version: '= 1.15.2'
1414
spec/spec_helper.rb:
1515
mock_with: ":rspec"
1616
coverage_report: true

.travis.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.yardopts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
--markup markdown
2+
--output-dir docs/

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ group :development do
3434
gem "rubocop-performance", '= 1.9.1', require: false
3535
gem "rubocop-rspec", '= 2.0.1', require: false
3636
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
37+
gem "github_changelog_generator", '= 1.15.2', require: false
3738
end
3839
group :system_tests do
3940
gem "puppet_litmus", '< 1.0.0', require: false, platforms: [:ruby]

appveyor.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
],
8282
"template-url": "https://github.com/puppetlabs/pdk-templates.git#main",
8383
"template-ref": "2.7.1-0-g9a16c87",
84-
"pdk-version": "2.5.0"
84+
"pdk-version": "2.6.0"
8585
}

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
end
4747
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
4848
c.after(:suite) do
49+
RSpec::Puppet::Coverage.report!(0)
4950
end
5051

5152
# Filter backtrace noise

0 commit comments

Comments
 (0)