diff --git a/Gemfile b/Gemfile index 757221e..904c8ab 100644 --- a/Gemfile +++ b/Gemfile @@ -26,5 +26,5 @@ gem 'rubocop-capybara', '~> 2.20' gem 'rubocop-rspec', '~> 3.3' # For running tests in parallel -gem 'parallel_tests', '~> 4.8.0' +gem 'parallel_tests', '~> 4.9.0' gem 'report_builder', '~> 1.9' diff --git a/Gemfile.lock b/Gemfile.lock index 8e8b6f3..9fd1e6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM racc (~> 1.4) ostruct (0.6.1) parallel (1.26.3) - parallel_tests (4.8.0) + parallel_tests (4.9.0) parallel parser (3.3.6.0) ast (~> 2.4.1) @@ -188,7 +188,7 @@ DEPENDENCIES byebug (~> 11.1) capybara (~> 3.40.0) cucumber (~> 9.2.1) - parallel_tests (~> 4.8.0) + parallel_tests (~> 4.9.0) report_builder (~> 1.9) rspec (~> 3.13.0) rubocop (~> 1.70)