diff --git a/Gemfile b/Gemfile index 192a611..2eb1c64 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ end group :lint do gem 'rubocop', '~> 1.61.0' gem 'rubocop-performance', '~> 1.0' - gem 'rubocop-rspec', '~> 2.26.1' + gem 'rubocop-rspec', '~> 3.9.0' end # gem 'filewatcher', path: '../filewatcher'