diff --git a/Gemfile b/Gemfile index 192a611..24d607f 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.5.0' end # gem 'filewatcher', path: '../filewatcher'