Skip to content

Commit

Permalink
add blacksmith/changelog generator gems
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Jan 8, 2024
1 parent b40ca93 commit 23d3d46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ spec/spec_helper.rb:
coverage_report: true
mock_with: ':rspec'

Gemfile:
required:
':development':
- gem: 'puppet-blacksmith'
- gem: 'github_changelog_generator'
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ group :development do
gem "rubocop-rspec", '= 2.19.0', require: false
gem "puppet-strings", '~> 4.0', require: false
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "puppet-blacksmith", require: false
gem "github_changelog_generator", require: false
end
group :system_tests do
gem "puppet_litmus", '~> 1.0', require: false, platforms: [:ruby, :x64_mingw]
Expand Down

0 comments on commit 23d3d46

Please sign in to comment.