diff --git a/Gemfile b/Gemfile index 5a55da2..e2d358a 100644 --- a/Gemfile +++ b/Gemfile @@ -13,5 +13,5 @@ group :development do gem 'rubocop', '~> 1.69.0' gem 'rubocop-performance', '~> 1.23.0' gem 'rubocop-rake', '~> 0.6.0' - gem 'rubocop-rspec', '~> 3.2.0' + gem 'rubocop-rspec', '~> 3.3.0' end