-
-
Notifications
You must be signed in to change notification settings - Fork 530
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
Issue deploying to Heroku with standard/rake
#1130
Comments
When trying to build a fresh Suspenders app on Heroku:
|
cannot load such file -- standard/rake
standard/rake
Thank you for raising this issue. I created a new suspenders app locally, and was able to run both I did stumble upon this StackOverflow post that suggests this issue has to do with specific bundler versions, although this Heroku article claims that's not an issue anymore. For me, I was running version
What version are you running? |
It looks like Heroku tries to run:
bundle exec rake -P
in production mode when the app is deployed, and fails because thestandard
gem is only installed indevelopment
andtest
environments.The text was updated successfully, but these errors were encountered: