diff --git a/Gemfile b/Gemfile index 6705606..8fc9dbc 100644 --- a/Gemfile +++ b/Gemfile @@ -28,5 +28,5 @@ end group :development, :lint do gem 'rubocop', '~> 1.84.1' gem 'rubocop-performance', '~> 1.26.1' - gem 'rubocop-rspec', '~> 3.9.0' + gem 'rubocop-rspec', '~> 3.10.1' end