From 8ea7401264f60f7ecbbbbdb9e4d9553353317625 Mon Sep 17 00:00:00 2001 From: Yuji Hanamura Date: Tue, 25 Feb 2025 14:52:10 +0900 Subject: [PATCH] Bump rubocop and plugin versions --- .rubocop.yml | 3 ++- Gemfile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index e4ac8a1..d9ff4bb 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,4 +1,5 @@ -require: rubocop-performance +plugins: + - rubocop-performance AllCops: TargetRubyVersion: 3.0 diff --git a/Gemfile b/Gemfile index 91c9e3f..7572775 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gem "bundler", ">= 2.2.3" gem "irb" gem "rake", ">= 13.1" gem "rspec", "~> 3.12" -gem "rubocop", ">= 1.59.0" -gem "rubocop-performance", ">= 1.20.1" +gem "rubocop", ">= 1.72.2" +gem "rubocop-performance", ">= 1.24.0"