Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use turbo_tests from our fork #15188

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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