From 4661284ee3721e0ee9355b28dc3293132e9a7e96 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 6 Sep 2024 11:12:59 +0200 Subject: [PATCH] rspec-puppet: Require 5.x This release fixes the annoying warnings we saw a lot: ``` Could not retrieve fact ipaddress... `` --- voxpupuli-test.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index ba97899..300adbc 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| # lazy dependency of the `validate` task. Will check the REFERENCE.md # 3.0.0 and later require Ruby 2.7 s.add_runtime_dependency 'puppet-strings', '~> 4.0' - s.add_runtime_dependency 'rspec-puppet', '~> 4.0' + s.add_runtime_dependency 'rspec-puppet', '~> 5.0' s.add_runtime_dependency 'rspec-puppet-facts', '~> 5.0' s.add_runtime_dependency 'rspec-puppet-utils', '~> 3.4'