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

Allow using the latest version of rack (3.x) #283

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Allow using the latest version of rack (3.x) #283

merged 1 commit into from
Jan 22, 2024

Conversation

smortex
Copy link
Member

@smortex smortex commented Jan 21, 2024

The project dependencies now allow rack 3 to be installed. This backwards incompatible version extracted handlers in a new rackup gem. While we could indicate we prefer to use rack 2 which is still receiving update, it is more future-proof to update our code to be compatible with the latest version of the dependency.

This is a development dependency only so will not affect users of the project.

@smortex smortex added the skip-changelog Excluded from CHANGELOG label Jan 21, 2024
@smortex smortex force-pushed the rack-3 branch 4 times, most recently from aedb945 to 1c0f438 Compare January 21, 2024 17:46
@smortex smortex changed the title Minor test suite tweaks Allow using the latest version of rakc (3.x) Jan 21, 2024
@smortex smortex changed the title Allow using the latest version of rakc (3.x) Allow using the latest version of rack (3.x) Jan 21, 2024
The project dependencies now allow rack 3 to be installed.  This
backwards incompatible version extracted handlers in a new `rackup` gem.
While we could indicate we prefer to use rack 2 which is still receiving
update, it is more future-proof to update our code to be compatible with
the latest version of the dependency.

This is a development dependency only so will not affect users of the
project.
@smortex smortex marked this pull request as ready for review January 21, 2024 17:51
@jamtur01 jamtur01 merged commit 73a4b16 into main Jan 22, 2024
8 checks passed
@smortex smortex deleted the rack-3 branch January 22, 2024 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Excluded from CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants