Skip to content

Commit 0c25b8b

Browse files
committed
Update PDK Template
1 parent 270ec39 commit 0c25b8b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.sync.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ appveyor.yml:
2222
unmanaged: true
2323
.travis.yml:
2424
delete: true
25-
25+
Gemfile:
26+
optional:
27+
":development":
28+
- gem: github_changelog_generator
29+
- gem: puppet_litmus
30+
git: https://github.com/puppetlabs/puppet_litmus
31+
ref: main
32+
condition: Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.5.0')
2633
Rakefile:
2734
changelog_user: "puppetlabs"
2835

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ 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", require: false
28+
gem "puppet_litmus", require: false, git: 'https://github.com/puppetlabs/puppet_litmus', ref: 'main' if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.5.0')
2729
end
2830
group :system_tests do
2931
gem "puppet-module-posix-system-r#{minor_version}", '~> 1.0', require: false, platforms: [:ruby]

0 commit comments

Comments
 (0)