Closed phoffer closed 11 months ago
Thanks for raising this, We've just released version 1.2.0 which now includes this
Thanks for the update @andybharness. One thing though-- the changes for the 1.2.0
release are to the Gemfile
, which is for local dev, but not the gemspec, which is what manages the dependency tree when bundling into an app. Could that please get updated as well?
@phoffer my apologies - yes I can update that -hopefully before the end of the week
awesome thank you @andybharness!
We are running into issues with dependencies being locked at specific versions. It would be nice if the version dependencies could be pessimistic locked to the minor versions, especially since some of the versions are a couple years old. I have tried to get the tests running locally, but get infinite loops with the node dependencies/generation stuff. So here is what I would hope for in the gem spec:
Thanks!