diff --git a/Gemfile b/Gemfile index 9949659c..f0b90c92 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :development do gem 'rake', '>= 13' gem 'rspec', '~> 3.13.0' gem 'rubocop', '~> 1.66.0' - gem 'rubocop-performance', '~> 1.21.0' + gem 'rubocop-performance', '~> 1.22.0' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-rspec', '~> 3.0.1' end