Closed samstickland closed 3 years ago
Yup, I just came here to file the same issue. Looks to be related to this require
.
@apotonick This commit introduced it https://github.com/trailblazer/trailblazer-operation/commit/7c30dc6b7593e23179896c2b8fe689d30d8bfae2
Should we extract developer logic and make OP.wtf?
available in trb-dev
, by making OP as a dependency ?
Let's just make developer
a real dependency in operation
- I guess 99% or our users want wtf?
anyway.
@samstickland @jamesbebbington released 0.7.3
with the fix, thanks for reporting!
After updating trailblazer-operation it no longer has a dependency on trailblazer-developer. This is from my
Gemfile.lock
But it does still try to require it. Without explicitly adding
trailblazer-developer
into my Gemfile this is the stacktrace I get when trying to start my environment: