From c76765d40ce57c3077d0683d4fd513cd85debcb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:43:49 +0000 Subject: [PATCH] Update rubocop requirement from = 1.68.0 to = 1.70.0 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.68.0...v1.70.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rf-stylez.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rf-stylez.gemspec b/rf-stylez.gemspec index 2f7e419..f39ec7f 100644 --- a/rf-stylez.gemspec +++ b/rf-stylez.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "pronto", "~> 0.11.2" spec.add_runtime_dependency "pronto-rubocop", "~> 0.11.5" spec.add_runtime_dependency "reek", "~> 6.2" - spec.add_runtime_dependency "rubocop", "1.68.0" + spec.add_runtime_dependency "rubocop", "1.70.0" spec.add_runtime_dependency "rubocop-performance", "1.23.0" spec.add_runtime_dependency "rubocop-rails", "2.27.0" spec.add_runtime_dependency "rubocop-rspec", "3.2.0"