From 8c14d06f4a4ff6ff3201205ae9e492045eb02497 Mon Sep 17 00:00:00 2001 From: Klaus Zanders Date: Mon, 8 Apr 2024 16:06:03 +0200 Subject: [PATCH] Use turbo_tests from our fork --- Gemfile | 4 ++-- Gemfile.lock | 21 ++++++++++----------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 9ce44c74a6b4..49eaa60e9fa4 100644 --- a/Gemfile +++ b/Gemfile @@ -233,7 +233,7 @@ group :test do # Test prof provides factories from code # and other niceties gem "test-prof", "~> 1.3.0" - gem "turbo_tests", github: "crohr/turbo_tests", ref: "fix/runtime-info" + gem "turbo_tests", github: "opf/turbo_tests", ref: "with-patches" gem "rack_session_access" gem "rspec", "~> 3.13.0" @@ -292,7 +292,7 @@ end group :development do gem "listen", "~> 3.9.0" # Use for event-based reloaders - gem 'letter_opener_web' + gem "letter_opener_web" gem "spring" gem "spring-commands-rspec" diff --git a/Gemfile.lock b/Gemfile.lock index 900e77289be9..353d2dad9ea1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,16 +6,6 @@ GIT capybara_accessible_selectors (0.11.0) capybara (~> 3.36) -GIT - remote: https://github.com/crohr/turbo_tests.git - revision: b700cdb344e1ed8e100fd1f56525ec12fa792b45 - ref: fix/runtime-info - specs: - turbo_tests (2.0.0) - bundler (>= 2.1) - parallel_tests (>= 3.3.0, < 5) - rspec (>= 3.10) - GIT remote: https://github.com/honestica/clamav-client.git revision: 29e78ae94307cb34e79ddd29c5da79752239d8b7 @@ -66,6 +56,15 @@ GIT omniauth-openid_connect-providers (0.2.0) omniauth-openid-connect (>= 0.2.1) +GIT + remote: https://github.com/opf/turbo_tests.git + revision: c1c4707f536a5642a168650d273d714dfb62d842 + ref: with-patches + specs: + turbo_tests (2.2.0) + parallel_tests (>= 3.3.0, < 5) + rspec (>= 3.10) + PATH remote: modules/auth_plugins specs: @@ -794,7 +793,7 @@ GEM activerecord (>= 6.1) request_store (~> 1.4) parallel (1.24.0) - parallel_tests (4.6.0) + parallel_tests (4.6.1) parallel parser (3.3.0.5) ast (~> 2.4.1)