-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Patch rack-accept to support all valid RFC6838 characters in media types #1179
Conversation
14d12a4
to
270a28d
Compare
For reference this has been PRed into rack-accept as mjackson/rack-accept#17. |
Getting |
Maybe there was a new release of rack-cache or something like that? Would you try to hunt it down please? I'll kick it manually again see if it's intermittent. |
Yep, rack-cache was released yesterday, https://rubygems.org/gems/rack-cache. So something broke there, lets fix that first? |
Yeah, this seems tricky. The way I'm reading it is that Rails itself on Ruby1.9 will break now and will need to be updated, as actionpack 3.x will try to install rack-cache v1.3: https://github.com/rails/rails/blob/v3.2.22/actionpack/actionpack.gemspec |
I would be ok to force an older version of rack-cache in Grape's gemfile. Want to try? |
Sure, on it |
270a28d
to
7bb76ee
Compare
First of all, hi @suan! So from what I can tell, only Rails 3 requires rack-cache, so I'd suggest we put this into the |
7bb76ee
to
d9427e2
Compare
Hey @rnubel !! 😄 So I tried putting it in |
@suan: you have to run |
d9427e2
to
27f4a54
Compare
27f4a54
to
fe63400
Compare
Force-pushed again and Travis is 💚! :) |
Patch rack-accept to support all valid RFC6838 characters in media types
Merged. |
Continuation and completion of #1170
This patches rack-accept in a manner similar to how virtus was patched (as discussed)