diff --git a/Gemfile b/Gemfile index 0a628d7..ba210b9 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ group :test do end group :lint do - gem 'rubocop', '~> 1.86.0' + gem 'rubocop', '~> 1.87.0' gem 'rubocop-performance', '~> 1.26.0' - gem 'rubocop-rspec', '~> 3.9.0' + gem 'rubocop-rspec', '~> 3.10.0' end