From bfff18eff38e007aeaa74565881ba8cb02600369 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Wed, 24 Oct 2018 12:44:07 +0200 Subject: [PATCH] update blacksmith --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 241edb7..d1bcfd9 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ end group :development do gem 'rubocop', '>= 0.49.0' - gem 'puppet-blacksmith', '< 4.0.0' + gem 'puppet-blacksmith', git: 'https://github.com/deric/puppet-blacksmith', branch: 'tag-order' end group :system_tests do