diff --git a/Gemfile b/Gemfile index 26a9d490..d307842d 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rubocop', '~> 1.64.1' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rake', '~> 0.6.0' -gem 'rubocop-rspec', '~> 2.29.1' +gem 'rubocop-rspec', '~> 2.29.2' gem 'rubocop-sorbet', '~> 0.8.3' gem 'simplecov-cobertura', '~> 2.1.0' gem 'sorbet', '~> 0.5.11406' diff --git a/Gemfile.lock b/Gemfile.lock index b1151e13..59f73b99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.29.1) + rubocop-rspec (2.29.2) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -127,7 +127,7 @@ DEPENDENCIES rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.21.0) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.29.1) + rubocop-rspec (~> 2.29.2) rubocop-sorbet (~> 0.8.3) simplecov-cobertura (~> 2.1.0) sorbet (~> 0.5.11406)