From: Melissa Stone Date: Mon, 30 Apr 2018 19:54:22 +0000 (-0700) Subject: (maint) blacksmith is required to push to the forge X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=34210af043f5117fbf08327cdca52cd36b32f9b1;p=puppet-mailalias_core.git (maint) blacksmith is required to push to the forge --- diff --git a/Gemfile b/Gemfile index 48e74c4..25d4426 100644 --- a/Gemfile +++ b/Gemfile @@ -33,6 +33,9 @@ group :development do gem "puppet-module-win-default-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw] gem "puppet-module-win-dev-r#{minor_version}", require: false, platforms: [:mswin, :mingw, :x64_mingw] + # Needed to push to the forge + gem "puppet-blacksmith", '~> 3.4', require: false + # Puppet Strings for documentation purposes gem 'puppet-strings' gem 'rake'