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

Relax webrick and rack version requirements #35

Merged
merged 1 commit into from Jan 19, 2024

Conversation

danielmorrison
Copy link
Contributor

This started with me simply wanting to allow webrick 1.8.x, as it is blocking me upgrading other gems in a project. However, significant changes with Rack 3 and Sinatra 4 meant I needed to relax a bunch of other version requirements.

Techincally, we could drop the webrick line, as it is included by rackup. Rackup is needed for newer versions of Sinatra, and won't affect older versions.

Allow running with webrick 1.8+ and rack 3+.
@alisnic alisnic merged commit 254eeb1 into alisnic:master Jan 19, 2024
2 checks passed
@alisnic
Copy link
Owner

alisnic commented Jan 19, 2024

Thanks!

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.

None yet

2 participants