diff --git a/Gemfile b/Gemfile index 7e9a9c0b6e..b16cd4c401 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'bump', require: false gem 'rake' gem 'rspec' gem 'rubocop', github: 'rubocop/rubocop' -gem 'rubocop-performance', '~> 1.18.0' +gem 'rubocop-performance', '~> 1.20.0' gem 'rubocop-rspec', '~> 2.25.0' gem 'simplecov' gem 'test-queue'