diff --git a/Gemfile b/Gemfile index 130e1d7e30e..88453285cdd 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'pry' gem 'pry-byebug' if RUBY_ENGINE == 'ruby' gem 'rake', '~> 12.0' gem 'rspec', '~> 3.7' -gem 'rubocop-performance', '~> 1.0.0' +gem 'rubocop-performance', '~> 1.1.0' gem 'rubocop-rspec', '~> 1.32.0' gem 'simplecov', '~> 0.10' gem 'test-queue'