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

Be explicit about rack version dependency #5

Merged
merged 1 commit into from
May 1, 2015
Merged

Be explicit about rack version dependency #5

merged 1 commit into from
May 1, 2015

Conversation

luislavena
Copy link
Contributor

While .gems list Rack 1.6.0 as dependency, gemspec was allowing
any version of rack to be valid and supported.

Since Syro uses Rack HTTP constants, must depend on Rack 1.6.0 or
greater.

Any other version of Rack will not support things like
Rack::CONTENT_LENGTH

Thank you
❤️ ❤️ ❤️

While `.gems` list Rack 1.6.0 as dependency, gemspec was allowing
any version of rack to be valid and supported.

Since Syro uses Rack HTTP constants, must depend on Rack 1.6.0 or
greater.

Any other version of Rack will not support things like
`Rack::CONTENT_LENGTH`
soveran added a commit that referenced this pull request May 1, 2015
Be explicit about rack version dependency
@soveran soveran merged commit e5f238a into soveran:master May 1, 2015
@soveran
Copy link
Owner

soveran commented May 1, 2015

Thanks! It's available in version 0.0.5 already :-)

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