You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
suspenders _6.0.4.1_ my-app
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: