Skip to content

Instantly share code, notes, and snippets.

@ezkl
Created April 4, 2012 15:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezkl/2302345 to your computer and use it in GitHub Desktop.
Save ezkl/2302345 to your computer and use it in GitHub Desktop.
Setting up Heroku environment to run Ruby 1.9.3-p125
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
@agraves
Copy link

agraves commented Apr 4, 2012

It's important to note that this doesn't take effect until your next deploy.

@ezkl
Copy link
Author

ezkl commented Apr 4, 2012

Good point, @agraves. I'll add a note to the blog post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment