diff --git a/Gemfile b/Gemfile index 7824aa91..47c62059 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ group :development do gem 'rubocop', '~> 1.67.0' gem 'rubocop-performance', '~> 1.22.0' gem 'rubocop-rake', '~> 0.6.0' - gem 'rubocop-rspec', '~> 3.1.0' + gem 'rubocop-rspec', '~> 3.2.0' end