Skip to content

Commit

Permalink
Use turbo_tests from our fork
Browse files Browse the repository at this point in the history
  • Loading branch information
klaustopher authored and oliverguenther committed Apr 8, 2024
1 parent e0fd7ee commit d0aeece
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
21 changes: 10 additions & 11 deletions Gemfile.lock
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d0aeece

Please sign in to comment.