Skip to content

[WIP] Gemfile: Updates for security fixes#40

Draft
awilfox wants to merge 2 commits into
mainfrom
2026-06-02-sec-fixes
Draft

[WIP] Gemfile: Updates for security fixes#40
awilfox wants to merge 2 commits into
mainfrom
2026-06-02-sec-fixes

Conversation

@awilfox
Copy link
Copy Markdown
Member

@awilfox awilfox commented Jun 2, 2026

Specifically pin Rack to 2.x because Puma 5 doesn't support Rack 3. Rack 3 also changes the order and capitalisation of how HTTP headers are sent, which could affect playback in various browsers. That seemed far too invasive of a change, and would require a significant amount more of testing.

We'll need to do that at some time, but today didn't seem like the day.


Built atop #39, so while this is ready to be reviewed, I set it as draft until that is merged.

awilfox added 2 commits June 2, 2026 15:11
* Since the Gemfile declares the Ruby patchlevel, we need to use that same
  patchlevel for our Docker base image.

* Update the repository indexes in the development stage as well; elsewise,
  we can sometimes run into stale packages that cause 404 errors.

* Drop the git.lib.berkeley.edu TLS verification workaround; it isn't used
  any more, and we want to verify TLS on all connections.
@awilfox awilfox self-assigned this Jun 2, 2026
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