From 34210af043f5117fbf08327cdca52cd36b32f9b1 Mon Sep 17 00:00:00 2001 From: Melissa Stone Date: Mon, 30 Apr 2018 12:54:22 -0700 Subject: [PATCH] (maint) blacksmith is required to push to the forge --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.39.5