From b3771c83f8b420f108fea8b018738270b66be8e2 Mon Sep 17 00:00:00 2001 From: Raphaƫl Pinson Date: Wed, 5 Aug 2015 13:07:53 +0200 Subject: Add publishing rake tasks --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 4f5c8da..0cb5933 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3