Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Rack 3 #187

Merged
merged 4 commits into from Oct 7, 2023
Merged

Support Rack 3 #187

merged 4 commits into from Oct 7, 2023

Conversation

dentarg
Copy link
Contributor

@dentarg dentarg commented Sep 15, 2023

@ioquatix
Copy link
Member

I am totally fine with dropping old Ruby versions that are EOL if it makes things easier.

@ioquatix
Copy link
Member

Can you rebase? Thanks!

Specs pass locally for me, running

    RACK_VERSION=2.2.8 bundle && RACK_VERSION=2.2.8 bundle e rake
    RACK_VERSION=3.0.8 bundle && RACK_VERSION=3.0.8 bundle e rake
@dentarg
Copy link
Contributor Author

dentarg commented Sep 28, 2023

Rebase done!

Triggered by

    TESTOPTS=--seed=8264 b e rake

Seen in CI: https://github.com/rack/rack-contrib/actions/runs/6319320196/job/17160038534#step:4:88

I don't think we should be checking this.

See rack@161eb9d
We can avoid re-computing this on every request.
@dentarg
Copy link
Contributor Author

dentarg commented Oct 7, 2023

Let me know if I can do anything more here :)

@ioquatix ioquatix merged commit a9cd089 into rack:main Oct 7, 2023
16 checks passed
@dentarg
Copy link
Contributor Author

dentarg commented Oct 24, 2023

@ioquatix are you able to cut a new release with this?

@ioquatix
Copy link
Member

Released v2.4.0 - let me know if you have any issues.

@dentarg dentarg deleted the rack-3 branch October 24, 2023 15:56
@dentarg
Copy link
Contributor Author

dentarg commented Oct 24, 2023

Thanks for the quick turnaround!

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.

Update Rack to version 3
2 participants