Commit a3ff611
committed
Require capybara >= 3.40 for Rack 3
This dependabot bump re-resolved rack from 2.2.23 to 3.2.6, which removed
the Rack::Handler namespace. Capybara 3.39.2 hardcodes Rack::Handler::Puma
when booting its test server, and puma 7 only registers its handler under
Rackup::Handler::Puma when Rack 3 is loaded, so every spec that booted the
Capybara server failed with `uninitialized constant Rack::Handler`.
Capybara 3.40.0 falls back to Rackup::Handler::Puma. Gemfile.next.lock was
already on 3.40.0, which is why the rails-next build stayed green.1 parent 1b53e4a commit a3ff611
3 files changed
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
531 | | - | |
| 531 | + | |
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| |||
0 commit comments