Replies: 1 comment
-
|
Although we no longer have a system executable, we should still account for this in the application template. We already do this for Node version: Lines 14 to 24 in efe875c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The suspenders command does not fail when accidentally picking up an unsupported Rails version, which may lead to very strange errors. I had a problem with it picking up Rails 6.1 (actually, Rails 6.1 was uninstalled but it picked up railties 6.1.4.1, which was still installed), so to fix it I installed Rails 6.0 and ran suspenders with the following command:
Beta Was this translation helpful? Give feedback.
All reactions