Skip to content

Commit

Permalink
add Gems for blacksmith
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Sep 13, 2023
1 parent b976c69 commit 9a0678d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
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 @@ -35,6 +35,8 @@ group :development do
gem "rubocop-performance", '= 1.16.0', require: false
gem "rubocop-rspec", '= 2.19.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 9a0678d

Please sign in to comment.