diff --git a/Gemfile b/Gemfile index 61400e2..6ed5afb 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ end group :lint do gem 'rubocop', '~> 1.61.0' - gem 'rubocop-performance', '~> 1.20.1' + gem 'rubocop-performance', '~> 1.26.0' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 2.26.1' end