diff --git a/Gemfile b/Gemfile index 756e977c..50066ec4 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ group :development do gem 'rubocop', '~> 1.70.0' gem 'rubocop-performance', '~> 1.23.0' gem 'rubocop-rake', '~> 0.6.0' - gem 'rubocop-rspec', '~> 3.3.0' + gem 'rubocop-rspec', '~> 3.4.0' end