Skip to content

Instantly share code, notes, and snippets.

@ivanacostarubio
Created November 3, 2009 21:02
Show Gist options
  • Select an option

  • Save ivanacostarubio/225422 to your computer and use it in GitHub Desktop.

Select an option

Save ivanacostarubio/225422 to your computer and use it in GitHub Desktop.
~/sinatra/cancuntravelnow(master) $ sudo gem update heroku
Updating installed gems
Nothing to update
~/sinatra/cancuntravelnow(master) $ gem list | grep heroku
heroku (1.3.0)
~/sinatra/cancuntravelnow(master) $ heroku create cancuntravelnow
This version of the heroku gem has been deprecated.
Please update it by running: gem update heroku
~/sinatra/cancuntravelnow(master) $ heroku create
This version of the heroku gem has been deprecated.
Please update it by running: gem update heroku
~/sinatra/cancuntravelnow(master) $ sudo gem uninstall heroku
Remove executables:
heroku
in addition to the gem? [Yn] Y
Removing heroku
Successfully uninstalled heroku-1.3.0
You have new mail in /var/mail/ivan
~/sinatra/cancuntravelnow(master) $ sudo gem install heroku
Successfully installed heroku-1.3.0
1 gem installed
Installing ri documentation for heroku-1.3.0...
Installing RDoc documentation for heroku-1.3.0...
~/sinatra/cancuntravelnow(master) $ heroku create cancuntravelnow
This version of the heroku gem has been deprecated.
Please update it by running: gem update heroku
~/sinatra/cancuntravelnow(master) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment