Skip to content

Instantly share code, notes, and snippets.

@tonussi
Created October 10, 2013 02:44
Show Gist options
  • Save tonussi/6912225 to your computer and use it in GitHub Desktop.
Save tonussi/6912225 to your computer and use it in GitHub Desktop.
herokuout
λ p5qpl-am citygame-ruby → λ git master → git push
Counting objects: 13, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (11/11), 1.74 KiB, done.
Total 11 (delta 3), reused 0 (delta 0)
To https://github.com/tonussi/citygame-ruby.git
7c479ed..ff2d9bd master -> master
λ p5qpl-am citygame-ruby → λ git master → git push heroku master
Counting objects: 766, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (484/484), done.
Writing objects: 100% (766/766), 235.54 KiB | 104 KiB/s, done.
Total 766 (delta 443), reused 432 (delta 242)
-----> Git submodules detected, installing
Submodule 'src/simple-graph' (https://github.com/CarlosBonetti/simple-graph.git) registered for path 'src/simple-graph'
Initialized empty Git repository in /tmp/build_ea43dbe6-4394-425b-9858-51950cf0975c/src/simple-graph/.git/
Submodule path 'src/simple-graph': checked out 'f7a91593e9502f35f7144e9d7135aa46a56307ad'
-----> Ruby 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/.........
Installing colorize (0.6.0)
Installing comp_tree (1.1.3)
Installing json (1.8.0)
Installing sexp_processor (4.3.0)
Installing ruby_parser (3.2.2)
Installing pure (0.2.2)
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 -> (none)
Default types for Ruby -> console, rake
-----> Compiled slug size: 25.4MB
-----> Launching... done, v3
http://aqueous-stream-2260.herokuapp.com deployed to Heroku
To [email protected]:aqueous-stream-2260.git
* [new branch] master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment