summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2015-08-05 11:33:17 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2015-08-05 11:33:17 +0200
commit3dd467b780435fb19fdd42d8a7ea24dff169d8a8 (patch)
tree0fd18d5b9b13360b235972f4680a2d0c9d3c7ac1 /Gemfile
parent77e8ba32df5e0036857d21335cd61f0bcefdc7eb (diff)
Changelog generation
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fcbbb0f..9582ffc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -21,7 +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
+ gem 'github_changelog_generator', :require => false, :git => 'https://github.com/raphink/github-changelog-generator.git', :branch => 'dev/all_patches'
+ gem 'puppet-blacksmith', :require => false
end
group :system_tests do