From e91e88ea0418f68c30be8bae20f168a92d3a05fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:34:18 +0000 Subject: [PATCH] Update voxpupuli-rubocop requirement from ~> 2.2.0 to ~> 2.3.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/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: voxpupuli-rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- puppet-ghostbuster.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-ghostbuster.gemspec b/puppet-ghostbuster.gemspec index 00f0381..12d2ee5 100644 --- a/puppet-ghostbuster.gemspec +++ b/puppet-ghostbuster.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rspec', '~> 3.0' s.add_development_dependency 'rspec-collection_matchers', '~> 1.0' s.add_development_dependency 'rspec-its', '~> 1.0' - s.add_development_dependency 'voxpupuli-rubocop', '~> 2.2.0' + s.add_development_dependency 'voxpupuli-rubocop', '~> 2.3.0' s.add_runtime_dependency 'json', '>= 2.0', '< 3.0' s.add_runtime_dependency 'puppet', '>= 6.0', '< 9.0' s.add_dependency 'puppet-lint', '>= 1.0', '< 5.0'