diff --git a/Gemfile b/Gemfile index 1b1f583..b64b868 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'rspec', '~> 3.0', groups: %i[development test] gem 'rubocop', '~> 1.60', groups: %i[development test] gem 'rubocop-performance', '~> 1.20', groups: %i[development test] gem 'rubocop-rake', '~> 0.6', groups: %i[development test] -gem 'rubocop-rspec', '~> 2.26', groups: %i[development test] +gem 'rubocop-rspec', '~> 2.29', groups: %i[development test] gem 'simplecov', '~> 0.22', groups: %i[development test], require: false gem 'simplecov-html', '~> 0.12', groups: %i[development test], require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6a3d8b9..e1adfdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM irb (1.11.0) rdoc reline (>= 0.3.8) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) lefthook (1.5.7) listen (3.8.0) @@ -114,21 +114,24 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) - rubocop-factory_bot (2.25.0) - rubocop (~> 1.33) + rubocop-factory_bot (2.25.1) + rubocop (~> 1.41) rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.26.1) + rubocop-rspec (2.29.1) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) + rubocop-rspec_rails (~> 2.28) + rubocop-rspec_rails (2.28.2) + rubocop (~> 1.40) ruby-progressbar (1.13.0) ruby2d (0.12.1) shellany (0.0.1) @@ -159,7 +162,7 @@ DEPENDENCIES rubocop (~> 1.60) rubocop-performance (~> 1.20) rubocop-rake (~> 0.6) - rubocop-rspec (~> 2.26) + rubocop-rspec (~> 2.29) simplecov (~> 0.22) simplecov-html (~> 0.12)