Skip to content

Instantly share code, notes, and snippets.

@colmtuite
Last active August 29, 2015 13:56
Show Gist options
  • Save colmtuite/8887979 to your computer and use it in GitHub Desktop.
Save colmtuite/8887979 to your computer and use it in GitHub Desktop.
Fetching repository, done.
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 286 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
-----> Removing .DS_Store files
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.5.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment
Using i18n (0.6.9)
Using rake (10.1.1)
Using minitest (4.7.5)
Using multi_json (1.8.4)
Using atomic (1.1.14)
Using tzinfo (0.3.38)
Using builder (3.1.4)
Using erubis (2.7.0)
Using rack (1.5.2)
Using mime-types (1.25.1)
Using polyglot (0.3.3)
Using activerecord-deprecated_finders (1.0.3)
Using arel (4.0.1)
Using coffee-script-source (1.7.0)
Using bcrypt-ruby (3.1.2)
Using thor (0.18.1)
Using execjs (2.0.2)
Using daemons (1.1.9)
Using multipart-post (2.0.0)
Using eventmachine (1.0.3)
Using hike (1.2.3)
Using json (1.8.1)
Using multi_xml (0.5.5)
Using oauth (0.4.7)
Using pg (0.17.1)
Using bundler (1.5.2)
Using tilt (1.4.1)
Using rails_serve_static_assets (0.0.2)
Using rails_stdout_logging (0.0.3)
Using sass (3.2.14)
Using thread_safe (0.1.3)
Using treetop (1.4.15)
Using jwt (0.1.11)
Using rack-test (0.6.2)
Using coffee-script (2.2.0)
Using thin (1.5.1)
Using faraday (0.9.0)
Using rdoc (4.1.1)
Using uglifier (2.4.0)
Using sprockets (2.10.1)
Using activesupport (4.0.1)
Using rails_12factor (0.0.2)
Using mail (2.5.4)
Using oauth2 (0.9.3)
Using actionpack (4.0.1)
Using activemodel (4.0.1)
Using jbuilder (1.5.3)
Using sdoc (0.4.0)
Using actionmailer (4.0.1)
Using railties (4.0.1)
Using sprockets-rails (2.0.1)
Using activerecord (4.0.1)
Using coffee-rails (4.0.1)
Using jquery-rails (3.1.0)
Using rails (4.0.1)
Using sass-rails (4.0.1)
Using turbolinks (2.2.1)
Using sorcery (0.8.5) from https://github.com/NoamB/sorcery (at master)
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (0.94s)
Cleaning up the bundler cache.
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
Asset precompilation completed (1.89s)
Cleaning assets
Running: rake assets:clean
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby -> console, rake, web, worker
-----> Compressing... done, 26.6MB
-----> Launching... done, v42
http://taxhug.herokuapp.com deployed to Heroku
To git@heroku.com:taxhug.git
e84a177..a90e336 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment