diff --git a/rubocop/Gemfile b/rubocop/Gemfile index c4eb5354..2be8263a 100644 --- a/rubocop/Gemfile +++ b/rubocop/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'rubocop', '~> 1.62.0' -gem 'rubocop-performance', '~> 1.20.0' +gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rails', '~> 2.24.0'