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.
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
in my gemfile to fix this issue, but just wanted to let you guys know.