Commit 09beec0
committed
Update remaining Gems to current versions
Notable changes:
* Rack 3.x sends all HTTP headers uncapital. I don't like it either,
but that's the way it is. Any case-sensitive header matching will
need to be updated accordingly.
* Puma 4.x doesn't slot into Rack 3.x, so we are now on Puma 7. There
are no configuration differences between them, and it seems to even
run a little faster.
* Rubocop added more checks; the only one that caught anything was
`RSpecRails/HttpStatusNameConsistency`, where we were using the
deprecated `:unprocessable_entity` symbol instead of
`:unprocessable_content`.
* Selenium 4 removes the ability to specify Chrome logging parameters
the way we were doing it. There is a (slightly more complex) way to
do it, but `ALL` seems to be the default now anyway, so just remove
this for now.
* Brakeman 8 brings full Rails 8 compatibility.
* Lots of other security, bug, and QOI improvements.
Closes: AP-2701 parent c251a7e commit 09beec0
8 files changed
Lines changed: 214 additions & 199 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
578 | 579 | | |
579 | 580 | | |
580 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments