Closed bbugh closed 4 years ago
I wonder why this bug is not breaking any of the builds? :thinking:
lol it broke mine today
Maybe we could release a maintenance patch for the 2.0 line, @yogeshjain999?
for 2.7.0
ruby I had to require 'delegate'
I'm guessing with an older version of operation
?
This is fixed and released in v0.6.2
Much like httparty
trailblazer-operation
has an issue with SimpleDelegator no longer being automatically loaded by Ruby standard library. This shows up in a standalone app (which I found out by trying to do the Operation Basics in the guide. A simple fix would be fortrailblazer-operation
torequire 'delegate'
like how httparty fixed it.