trailofbits/http-security

Problem with the curb gem on certain rubies?

Closed this issue · 2 comments

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

[transfer from email]

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

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