diff --git a/Gemfile b/Gemfile index a18434b..e3c2b82 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ end group :lint do gem 'rubocop', '~> 1.84.0' gem 'rubocop-performance', '~> 1.26.1' - gem 'rubocop-rspec', '~> 3.9.0' + gem 'rubocop-rspec', '~> 3.10.2' end # gem 'filewatcher', path: '../filewatcher'