From da65445df3b8c4bc5291ca2e6deaa9ee823ff0fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 04:13:02 +0000 Subject: [PATCH] Update puppet-blacksmith requirement from ~> 4.1 to ~> 6.1 Updates the requirements on [puppet-blacksmith](https://github.com/voxpupuli/puppet-blacksmith) to permit the latest version. - [Release notes](https://github.com/voxpupuli/puppet-blacksmith/releases) - [Changelog](https://github.com/voxpupuli/puppet-blacksmith/blob/master/Changelog.md) - [Commits](https://github.com/voxpupuli/puppet-blacksmith/compare/v4.1.0...v6.1.0) Signed-off-by: dependabot-preview[bot] --- ruby-puppetdb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-puppetdb.gemspec b/ruby-puppetdb.gemspec index 1f9d49a..ebd69f2 100644 --- a/ruby-puppetdb.gemspec +++ b/ruby-puppetdb.gemspec @@ -31,5 +31,5 @@ Gem::Specification.new do |s| s.add_development_dependency 'puppetlabs_spec_helper' s.add_development_dependency 'racc', '~> 1.4' s.add_development_dependency 'rexical', '~> 1.0' - s.add_development_dependency 'puppet-blacksmith', '~> 4.1' + s.add_development_dependency 'puppet-blacksmith', '~> 6.1' end