diff --git a/Gemfile b/Gemfile index fc09203..3b2f514 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rake', '~> 13.4.0' group :tests do gem 'rspec', '~> 3.13.1' - gem 'rubocop', '~> 1.87.0' + gem 'rubocop', '~> 1.88.0' gem 'rubocop-performance', '~> 1.26.0' gem 'rubocop-rake', '~> 0.7.1' gem 'rubocop-rspec', '~> 3.10.0'