Created
April 4, 2012 15:04
-
-
Save ezkl/2302345 to your computer and use it in GitHub Desktop.
Setting up Heroku environment to run Ruby 1.9.3-p125
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heroku labs:enable user_env_compile | |
heroku config:add RUBY_VERSION=ruby-1.9.3-p125 | |
heroku config:add PATH=bin:vendor/bundle/ruby/1.9.1/bin:/usr/local/bin:/usr/bin:/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's important to note that this doesn't take effect until your next deploy.