Bump rack from 2.1.4 to 2.2.8.1 in /ruby#384
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [rack](https://github.com/rack/rack) from 2.1.4 to 2.2.8.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@2.1.4...v2.2.8.1) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
sanketsudake
added a commit
that referenced
this pull request
Jun 6, 2026
* chore(ruby): upgrade to Ruby 3.4 from EOL 2.6.1 - Base image ruby:2.6.1-alpine3.9 (EOL March 2020) -> ruby:3.4-alpine for env and builder; builder no longer apk-installs the distro ruby toolchain alongside the base image's ruby - Pin rack "~> 2.2" (Rack 3 removed Rack::Handler and thin's Rack 3 support is incomplete); regenerate Gemfile.lock on ruby 3.4 (rack 2.2.23, thin 2.0.1) with linux gnu/musl amd64+arm64 platforms - fission/specializer.rb: load vendored native-extension dirs for any platform instead of hardcoding x86_64-linux (the env is now musl-based and multi-arch) - builder defaultBuildCmd: replace deprecated `bundle install --deployment` with the bundler 2.x config form - Refresh examples/parse Gemfile.lock (nokogiri 1.12.5 -> 1.19.3, supersedes #366 and #384-adjacent pins) - envconfig runtimeVersion 3.4, version 1.32.0; environments.json regenerated Verified locally: env + builder images build; hello.rb specialize + invoke pass; full package path passes (builder vendors native nokogiri musl gem, directory-mode /v2/specialize 201, invoke parses XML correctly). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * ci(ruby): run skaffold via make instead of the stale skaffold action hiberbee/github-action-skaffold@1.27.0 pins skaffold 2.3.1, which cannot parse the repo's skaffold/v4beta13 config, so the ruby job failed whenever it triggered. Use SKAFFOLD_PROFILE=ruby make skaffold-run like the other env jobs (setup-cluster already installs a current skaffold). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
|
Superseded by #442 — ruby env now ships rack 2.2.23 (and Ruby 3.4). |
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps rack from 2.1.4 to 2.2.8.1.
Release notes
Sourced from rack's releases.
Commits
e830011bump versiond9c163aAvoid 2nd degree polynomial regexp in MediaType6245768Return an empty array when ranges are too largee4c1177Fixing ReDoS in header parsingf169ff7Bump patch version.0a46487Regenerate SPEC (#2102)cee73b3Fix inefficient assert pattern in Rack::Lint (#2101)1fdcf1fPrefer ubuntu-latest for testing. (#2095)287fe43Update cookie.rb (#2092)e7f4869adds missing 2.2.7 to CHANGELOG.md (#2081)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.