Skip to content
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

RAILS_ENV not set before bundle platform --ruby #470

Closed
schneems opened this issue Mar 9, 2016 · 0 comments
Closed

RAILS_ENV not set before bundle platform --ruby #470

schneems opened this issue Mar 9, 2016 · 0 comments

Comments

@schneems
Copy link
Contributor

schneems commented Mar 9, 2016

If you are trying to do something fancy like

ruby '2.3.0' if ENV['RAILS_ENV'] == 'production'

It will fail on first push because RAILS_ENV isn't set yet.

@schneems schneems closed this as completed Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@schneems and others