Skip to content

Gemfile: Updates for security fixes#40

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

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

Conversation

@awilfox

@awilfox awilfox commented Jun 2, 2026

Copy link
Copy Markdown
Member

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
@awilfox awilfox marked this pull request as ready for review June 9, 2026 05:54
@awilfox awilfox changed the title [WIP] Gemfile: Updates for security fixes Gemfile: Updates for security fixes Jun 9, 2026

@anarchivist anarchivist left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+.

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.

2 participants