iron-io / iron_mq_ruby

Ruby library for IronMQ.
http://www.iron.io
BSD 2-Clause "Simplified" License
35 stars 17 forks source link

net-http-persistent dependency update breaks iron_mq_ruby #111

Closed baversjo closed 8 years ago

baversjo commented 8 years ago

The library net-http-persistent just released version 3.0.0 today. iron_mq_ruby doesn't specify to use version 2.x in its Gemfile, and 3.0.0 breaks iron_mq_ruby. I specified

gem 'net-http-persistent', '2.9.4'

in my gemfile to fix this issue, but just wanted to let you guys know.

nikhilm commented 8 years ago

Thank you @baversjo. Will take a look at this.