Skip to content

Commit

Permalink
pdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Mar 14, 2021
1 parent 72cb198 commit e20f9ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pdkignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@
/spec/
/.vscode/
/.sync.yml
/run_tests
5 changes: 5 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Gemfile:
optional:
':development':
- gem: puppet-resource_api
- gem: github_changelog_generator

.pdkignore:
paths:
- /run_tests

spec/spec_helper.rb:
mock_with: ':rspec'
Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ group :development do
gem "puppet-module-win-default-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-module-win-dev-r#{minor_version}", '~> 1.0', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-resource_api", require: false
gem "github_changelog_generator", require: false
gem "puppet-lint-legacy_facts-check", require: false
end
group :system_tests do
Expand Down Expand Up @@ -72,5 +73,3 @@ extra_gemfiles.each do |gemfile|
end
end
# vim: syntax=ruby

gem "github_changelog_generator", "~> 1.15"

0 comments on commit e20f9ae

Please sign in to comment.