diff --git a/Gemfile b/Gemfile index 70b07f6..95e2c45 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,6 @@ group :rake do end group :development do - gem 'puppet-blacksmith', '< 4.0.0' + gem 'puppet-blacksmith', git: 'https://github.com/deric/puppet-blacksmith', branch: 'tag-order' gem 'rubocop', '>= 0.49.0' end