pusher/pusher-http-ruby

Please upgrade HTTPClient to 2.4

cypriss opened this issue · 1 comments

Due to the SSLv3 issues, the 2.3 version of HTTPClient that pusher depends on basically no longer works with SSL.

Good catch. I've updated the dependency to 2.4 and made a release.

Note that it's not required to update the pusher gem to update httpclient since the ~> 2.3 pattern actually englobes all versions between 2.3.0 and <3