diff --git a/Gemfile b/Gemfile index f3b8f550f..3d3654492 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :development do gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' gem 'rspec-benchmark', '~> 0.6.0' - gem 'rubocop', '~> 1.21.0' + gem 'rubocop', '~> 1.22.0' gem 'rubocop-performance', '~> 1.11.5' gem 'rubocop-rspec', '~> 2.4.0' gem 'simplecov', ['>= 0.18.0', '< 0.22.0']