From 28a2df824af3f49c5f652e08a7f97630efb4d5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 14:08:10 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.12.0 to ~> 1.54.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.12.0...v1.54.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- puppet-syntax.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-syntax.gemspec b/puppet-syntax.gemspec index 5dd65d0..ad017a4 100644 --- a/puppet-syntax.gemspec +++ b/puppet-syntax.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "pry" spec.add_development_dependency "rb-readline" - spec.add_development_dependency 'rubocop', '~> 1.12.0' + spec.add_development_dependency 'rubocop', '~> 1.54.1' spec.add_development_dependency 'rubocop-performance', '~> 1.10' spec.add_development_dependency 'rubocop-rake', '~> 0.2' spec.add_development_dependency 'rubocop-rspec', '>= 1.44'