Closed phansys closed 9 years ago
iron-io/iron_mq 3.0.1 requires iron-io/iron_core 0.* (thus it's now resolved to 0.2.1 version). This constraint breaks the app: IE, IronMQ::updateQueue() tries to use an undefined class constant PATCH (which isn't available in iron_core: 0.2.1).
IronMQ::updateQueue()
PATCH
@phansys just tagged 0.2.2.. Hope it'll solve the issue. Thanks for bugreport.
0.2.2.
Thank you @thousandsofthem.
iron-io/iron_mq 3.0.1 requires iron-io/iron_core 0.* (thus it's now resolved to 0.2.1 version). This constraint breaks the app: IE,
IronMQ::updateQueue()
tries to use an undefined class constantPATCH
(which isn't available in iron_core: 0.2.1).