diff --git a/Gemfile b/Gemfile index 156352ce..8b872581 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ group :development do gem 'rubocop', '~> 1.75.0' gem 'rubocop-performance', '~> 1.25.0' gem 'rubocop-rake', '~> 0.7.1' - gem 'rubocop-rspec', '~> 3.5.0' + gem 'rubocop-rspec', '~> 3.6.0' end