trailofbits / http-security

Parse HTTP Security Headers
MIT License
36 stars 12 forks source link

Problem with the curb gem on certain rubies? #2

Closed dguido closed 9 years ago

dguido commented 9 years ago

ruby-head, jruby-19mode, and jruby-head fail on building curb. Probably not our problem, but we should try to fix anyway. https://travis-ci.org/trailofbits/securityheaders/jobs/40618608

oreoshake commented 9 years ago

[transfer from email]

curb is not supported (and won't install) on jruby. net/http should work just fine.

postmodern commented 9 years ago

Dropped curb in favor of consuming a HTTP Response object that responds to #[].