+2
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -21,6 +21,8 @@ group :development, :unit_tests do | ||
gem 'puppet-lint-file_source_rights-check', :require => false
|
||
gem 'puppet-lint-alias-check', :require => false
|
||
gem 'rspec-puppet-facts', :require => false
|
||
gem 'github_changelog_generator', :require => false, :git => 'https://github.com/raphink/github-changelog-generator.git', :branch => 'dev/all_patches' if RUBY_VERSION !~ /^1.8/
|
||
gem 'puppet-blacksmith', :require => false if RUBY_VERSION !~ /^1.8/
|
||
end
|
||
group :system_tests do
|
||
+12
−0
Loading