$ heroku login
Enter your Heroku credentials.
Email: makoto.momota@gmail.com
Password (typing will be hidden): ENTER_YOUR_HEROKU_PASSWORD
Authentication successful.
Could not find an existing public key.
Would you like to generate one? [Yn]Generating new SSH public key.
Uploading ssh public key /Users/adam/.ssh/id_rsa.pub
$ foreman start
17:25:31 web.1 | started with pid 10879
17:25:33 web.1 | [2013-09-23 17:25:33] INFO WEBrick 1.3.1
17:25:33 web.1 | [2013-09-23 17:25:33] INFO ruby 2.0.0 (2013-06-27)[x86_64-darwin12.4.0]17:25:33 web.1 | == Sinatra/1.4.3 has taken the stage on 5000 for development with backup from WEBrick
17:25:33 web.1 | [2013-09-23 17:25:33] INFO WEBrick::HTTPServer#start: pid=10879 port=5000
$ git push heroku master
Counting objects: 90, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (85/85), done.
Writing objects: 100% (90/90), 126.44 KiB, done.
Total 90 (delta 27), reused 0 (delta 0)-----> Ruby/Rack app detected
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using Bundler version 1.3.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/..
Installing backports (3.3.4) Installing bson (1.9.2) Installing bson_ext (1.9.2) Installing eventmachine (1.0.3) Installing mongo (1.9.2) Installing rack (1.5.2) Installing rack-protection (1.5.0) Installing rack-test (0.6.2) Installing tilt (1.4.1) Installing sinatra (1.4.3) Installing sinatra-contrib (1.4.0) Using bundler (1.3.2) Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
-----> WARNINGS:
You have not declared a Ruby version in your Gemfile.
To set your Ruby version add this line to your Gemfile:
ruby '2.0.0'# See https://devcenter.heroku.com/articles/ruby-versions for more information."-----> Discovering process types
Procfile declares types -> web
Default types for Ruby/Rack -> console, rake
-----> Compiled slug size: 26.4MB
-----> Launching... done, v3
http://sample-mongo-app.herokuapp.com deployed to Heroku
To git@heroku.com:sample-mongo-app.git
* [new branch] master -> master