Skip to content

Conversation

jjasonclark
Copy link

I would like to relax the rack requirement to allow for using this gem in Rails 2.3.X projects.

PR #110 pointed out that the gem only uses 2 methods from the Rack gem; escape and parse_query. A search for rack shows only calling the methods with a single parameter each. Both of these method signatures were introduced via commit rack/rack@7ed819a for version 0.1 of Rack.

This is a change of the gemspec's version for rack to be '>= 0.1'.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0%) when pulling 7dd4902 on jjasonclark:less_rack into 6f5a8fe on intridea:master.

@jjasonclark
Copy link
Author

Rails 2.3.X requires Rack version '~> 1.1.0'.

https://github.com/rails/rails/blob/2-3-stable/actionpack/actionpack.gemspec#L14

@paulwalker paulwalker closed this Nov 8, 2013
@jjasonclark
Copy link
Author

@paulwalker is there something I can do to help get this PR accepted?

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.

3 participants