Skip to content

Instantly share code, notes, and snippets.

@tjsousa
Created May 7, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjsousa/8d99b0aaecfe69e56346 to your computer and use it in GitHub Desktop.
Save tjsousa/8d99b0aaecfe69e56346 to your computer and use it in GitHub Desktop.

Ruby 1.9.3

~ ❯❯❯ rvm use 1.9.3-p448                                                                                                                                                                                  ⏎
Using /Users/tiago/.rvm/gems/ruby-1.9.3-p448
~ ❯❯❯ time heroku version
heroku-gem/3.2.3 (x86_64-darwin13.0.0) ruby/1.9.3
heroku version  1,44s user 0,10s system 99% cpu 1,544 total

Ruby 2.0

~ ❯❯❯ rvm use ruby-2.0.0-p247
Using /Users/tiago/.rvm/gems/ruby-2.0.0-p247
~ ❯❯❯ time heroku version
heroku-gem/3.2.3 (x86_64-darwin13.0.0) ruby/2.0.0
heroku version  0,96s user 0,15s system 95% cpu 1,161 total

Ruby 2.1

~ ❯❯❯ rvm use ruby-2.1
Using /Users/tiago/.rvm/gems/ruby-2.1.1
~ ❯❯❯ time heroku version
heroku-toolbelt/3.7.3 (x86_64-darwin12.0) ruby/2.1.1
heroku version  0,32s user 0,05s system 99% cpu 0,373 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment