Closed jeremiahlukus closed 10 months ago
Bummer.
P.S. Fixed the jets --version
outside of a jets project to report correctly in #704
https://community.boltops.com/t/could-not-find-timeout-0-3-1-in-any-of-the-sources/996
Doing this worked
gem install --default bundler
gem update --system
bundle update --bundler
Checklist
jets upgrade
command that makes this a simple task. There's also an Upgrading Guide: http://rubyonjets.com/docs/upgrading/My Environment
Expected Behaviour
Able to run any jets commands
Current Behavior
I am able to run
jets new ...
but after that all jets commands give the same errorLike
jets --version
or any jets commandsStep-by-step reproduction instructions
Uninstall all versions of jets, run gem install jets, run jets --version
Code Sample
Solution Suggestion
Im trying to narrow down the issue working my way through the Jets::Autoloaders class.