diff --git a/Gemfile b/Gemfile index 9d08b0c..4cc7411 100644 --- a/Gemfile +++ b/Gemfile @@ -30,6 +30,6 @@ end group :development, :lint do gem 'rubocop', '~> 1.61.0' - gem 'rubocop-performance', '~> 1.20.2' + gem 'rubocop-performance', '~> 1.25.0' gem 'rubocop-rspec', '~> 2.27.0' end