rspec / rspec-rails

RSpec for Rails 6+
https://rspec.info
MIT License
5.14k stars 1.03k forks source link

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

Closed JonRowe closed 2 weeks ago

JonRowe commented 2 weeks ago

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)