diff --git a/Gemfile b/Gemfile index 9d08b0c..84a25ee 100644 --- a/Gemfile +++ b/Gemfile @@ -31,5 +31,5 @@ end group :development, :lint do gem 'rubocop', '~> 1.61.0' gem 'rubocop-performance', '~> 1.20.2' - gem 'rubocop-rspec', '~> 2.27.0' + gem 'rubocop-rspec', '~> 3.6.0' end