diff --git a/Gemfile b/Gemfile index 923057b6d4..359540f635 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'prism' gem 'rake' gem 'rspec' gem 'rubocop', github: 'rubocop/rubocop' -gem 'rubocop-performance', '~> 1.22.0' +gem 'rubocop-performance', '~> 1.23.0' gem 'rubocop-rspec', '~> 3.1.0' gem 'simplecov' gem 'test-queue'