diff --git a/Gemfile b/Gemfile index ac4ed5bb..315076fe 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rubocop', '~> 1.55.1' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.18.0' gem 'rubocop-rake', '~> 0.6.0' -gem 'rubocop-rspec', '~> 2.23.0' +gem 'rubocop-rspec', '~> 2.23.2' gem 'rubocop-sorbet', '~> 0.7.1' gem 'simplecov-cobertura', '~> 2.1.0' gem 'sorbet', '~> 0.5.10962' diff --git a/Gemfile.lock b/Gemfile.lock index 3fa3ce86..edf0bac5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM rubocop-ast (>= 0.4.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.23.0) + rubocop-rspec (2.23.2) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -133,7 +133,7 @@ DEPENDENCIES rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.18.0) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.23.0) + rubocop-rspec (~> 2.23.2) rubocop-sorbet (~> 0.7.1) simplecov-cobertura (~> 2.1.0) sorbet (~> 0.5.10962)