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"