diff --git a/Gemfile b/Gemfile index a18434b..0cdd11c 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.1' end # gem 'filewatcher', path: '../filewatcher'