From 663d138f7e3be8c68a1c44c0a4a92dbe18b0dac5 Mon Sep 17 00:00:00 2001 From: Watson Date: Sun, 7 Apr 2024 16:15:57 +0900 Subject: [PATCH] Rubocop: Update version --- .rubocop.yml | 3 +++ Gemfile | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index ca35aef4..17c844c1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -67,6 +67,9 @@ Naming/VariableNumber: Style/AccessorGrouping: Enabled: false +Style/ArrayFirstLast: + Enabled: false + Style/ClassAndModuleChildren: Enabled: false diff --git a/Gemfile b/Gemfile index c9a3c987..60c699de 100644 --- a/Gemfile +++ b/Gemfile @@ -6,9 +6,9 @@ source 'https://rubygems.org' gemspec unless defined? JRUBY_VERSION - gem 'rubocop', '~> 1.50.2' - gem 'rubocop-minitest', '~> 0.30.0' - gem 'rubocop-performance', '~> 1.17.1' + gem 'rubocop', '~> 1.62.1' + gem 'rubocop-minitest', '~> 0.35.0' + gem 'rubocop-performance', '~> 1.21' gem 'rubocop-rake', '~> 0.6.0' end