Closed ecin closed 7 years ago
Hi @ecin. Thanks for PR. Could you fix tests so I can merge it?
Hi @imanel! Looks like Travis is failing because it can't find a particular JRuby, and because Rubinius can't find Bundler::Deprecate
. I could dive into these errors, but they seem unrelated to the code change.
Fixed it in #35 - could you update your branch so we can merge it cleanly? Thanks
Done. Thanks for the responsiveness, @imanel.
Released with 1.2.5. Thanks for your work!
The Rack specification doesn't guarantee that keys inside the Rack env will always be strings (http://www.rubydoc.info/github/rack/rack/master/file/SPEC).
Call #to_s on keys before calling #start_with? on them.
I think the test could be clearer, open to suggestions!