diff --git a/Gemfile b/Gemfile index 4c2d352..56bfc15 100644 --- a/Gemfile +++ b/Gemfile @@ -15,5 +15,5 @@ end group :development do gem 'rubocop', '~> 1.63', require: false gem 'rubocop-rake', '~> 0.6', require: false - gem 'rubocop-rspec', '~> 2.23', require: false + gem 'rubocop-rspec', '~> 2.29', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index bd793c4..fc9e32d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,15 +15,16 @@ GEM json (2.7.2) language_server-protocol (3.17.0.3) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.2.0) ast (~> 2.4.1) racc polyglot (0.3.5) - racc (1.7.3) + racc (1.8.0) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.0) - rexml (3.2.6) + regexp_parser (2.9.2) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -48,24 +49,28 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) - rubocop-capybara (2.18.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + rubocop-capybara (2.20.0) + rubocop (~> 1.41) + rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-factory_bot (2.23.1) - rubocop (~> 1.33) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) + rubocop-rspec (2.29.2) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.28.3) + rubocop (~> 1.40) ruby-progressbar (1.13.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) + strscan (3.1.0) sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0) @@ -88,7 +93,7 @@ DEPENDENCIES rspec (~> 3.13) rubocop (~> 1.63) rubocop-rake (~> 0.6) - rubocop-rspec (~> 2.23) + rubocop-rspec (~> 2.29) simplecov (~> 0.16) test-prof (~> 1.3) treetop (~> 1.6)