From dd6bba81afc9b6f90aed6a67bb03f1edf117fbcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 13:39:17 +0000 Subject: [PATCH] Update voxpupuli-rubocop requirement from ~> 3.0.0 to ~> 3.1.0 Updates the requirements on [voxpupuli-rubocop](https://github.com/voxpupuli/voxpupuli-rubocop) to permit the latest version. - [Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: voxpupuli-rubocop dependency-version: 3.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- rspec-puppet.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspec-puppet.gemspec b/rspec-puppet.gemspec index 5620693..bfc18ea 100644 --- a/rspec-puppet.gemspec +++ b/rspec-puppet.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.files = Dir['CHANGELOG.md', 'LICENSE', 'README.md', 'lib/**/*', 'bin/**/*'] s.add_dependency 'rspec', '~> 3.0' - s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0' + s.add_development_dependency 'voxpupuli-rubocop', '~> 3.1.0' s.authors = ['Tim Sharpe', 'Puppet, Inc.', 'Community Contributors'] s.email = ['tim@sharpe.id.au', 'modules-team@puppet.com']