-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack too deep: Error when running bundle exec rails c
in app including draftsman
#24
Comments
Tagging @glosie -- he's interested in this fix as well. |
I think I should probably just remove the |
Thanks for the quick fix @chrisdpeters!
At this point, it's no big deal. |
You're welcome, @npafundi! Is it in a Rails app? Maybe look at the solution proposed here? |
Hey @chrisdpeters, I'm not sure how to fix this one, and thought you could help.
My application includes the draftsman gem, and I'm running Bundler version 1.9.9. When I run
bundle exec rails c
in my application, I get the following error:However, this shows up thousands of times, until I eventually get a "stack too deep" error, and the rails console never launches:
I can run
rails c
locally just fine, but our staging and production environments require callingbundle exec
, so they fail when trying to run. I'm a little out of my depth here, and not quite sure how these binstubs are used. This may fail for you too, on Bundler 1.9.9. Not sure if something changed in that release.Thanks!
The text was updated successfully, but these errors were encountered: