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

Fix build for Rails 7.1 / Ruby 2.7 through vendoring capybara server fix #2769

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

JonRowe
Copy link
Member

@JonRowe JonRowe commented Jun 19, 2024

Ruby 2.7 / Rails 7.1 is broken due to a rack / rackup changes for puma which were released in capybara 3.40 but this version didn't support Ruby 2.7, this attempts to backport that fix into the driver manually (its based off #2768)

@JonRowe JonRowe force-pushed the fix-rails-main-build-27 branch 6 times, most recently from 4d1394b to 205488a Compare June 19, 2024 16:33
@JonRowe JonRowe force-pushed the fix-rails-main-build-27 branch 7 times, most recently from d7153a9 to b4d058c Compare June 19, 2024 19:23
@JonRowe JonRowe force-pushed the fix-rails-main-build-27 branch 2 times, most recently from 2d64ffd to c6d5bda Compare June 19, 2024 20:33
@JonRowe JonRowe merged commit 8309a41 into main Jun 19, 2024
17 checks passed
@JonRowe JonRowe deleted the fix-rails-main-build-27 branch June 19, 2024 21:00
JonRowe added a commit that referenced this pull request Jun 19, 2024
Fix build for Rails 7.1 / Ruby 2.7 through vendoring capybara server fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant