From ce54e607d6088c0d9cdd4ff2df7872a2bb612989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:38:26 +0000 Subject: [PATCH] Update voxpupuli-rubocop requirement from ~> 1.2 to ~> 2.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/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: voxpupuli-rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- voxpupuli-puppet-lint-plugins.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-puppet-lint-plugins.gemspec b/voxpupuli-puppet-lint-plugins.gemspec index 2ffe83c..72667e2 100644 --- a/voxpupuli-puppet-lint-plugins.gemspec +++ b/voxpupuli-puppet-lint-plugins.gemspec @@ -34,5 +34,5 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'puppet-lint-version_comparison-check', '~> 2.0' s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6' - s.add_development_dependency 'voxpupuli-rubocop', '~> 1.2' + s.add_development_dependency 'voxpupuli-rubocop', '~> 2.0' end