Skip to content

Instantly share code, notes, and snippets.

@siakaramalegos
Created March 13, 2015 01:21
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 siakaramalegos/31d6ff0541e7d011a1e2 to your computer and use it in GitHub Desktop.
Save siakaramalegos/31d6ff0541e7d011a1e2 to your computer and use it in GitHub Desktop.
tts_resources heroku push log file for reference
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
###### WARNING:
Removing `Gemfile.lock` because it was generated on Windows.
Bundler will do a full resolve so native gems are handled properly.
This may result in unexpected gem versions being used in your app.
In rare occasions Bundler may not be able to resolve your dependencies at all.
https://devcenter.heroku.com/articles/bundler-windows-gemfile
-----> Installing dependencies using 1.7.12
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
Fetching gem metadata from https://rubygems.org/............
Resolving dependencies...
Using rake 10.4.2
Using json 1.8.2
Using minitest 5.5.1
Using thread_safe 0.3.5
Using builder 3.2.2
Using erubis 2.7.0
Using mini_portile 0.6.2
Using rack 1.6.0
Using mime-types 2.4.3
Using arel 6.0.0
Using bcrypt 3.1.10
Using coffee-script-source 1.9.1
Using execjs 2.4.0
Using thor 0.19.1
Using daemons 1.2.1
Using orm_adapter 0.5.0
Using eventmachine 1.0.7
Using hike 1.2.3
Using multi_json 1.11.0
Using pg 0.18.1
Using tilt 1.4.1
Using rails_serve_static_assets 0.0.4
Using bundler 1.7.12
Using rails_stdout_logging 0.0.3
Using i18n 0.7.0
Using sass 3.4.13
Using nokogiri 1.6.6.2
Using tzinfo 1.2.2
Using rack-test 0.6.3
Using rdoc 4.2.0
Using warden 1.2.3
Using mail 2.6.3
Using coffee-script 2.3.0
Using thin 1.6.3
Using uglifier 2.7.1
Using sprockets 2.12.3
Using rails_12factor 0.0.3
Using activesupport 4.2.0
Using loofah 2.0.1
Using sdoc 0.4.1
Using rails-deprecated_sanitizer 1.0.3
Using globalid 0.3.3
Using activemodel 4.2.0
Using jbuilder 2.2.11
Using rails-html-sanitizer 1.0.2
Using rails-dom-testing 1.0.5
Using activerecord 4.2.0
Using activejob 4.2.0
Using actionview 4.2.0
Using actionpack 4.2.0
Using railties 4.2.0
Using actionmailer 4.2.0
Using sprockets-rails 2.2.4
Using responders 2.1.0
Using jquery-rails 4.0.3
Using rails 4.2.0
Using coffee-rails 4.1.0
Using sass-rails 5.0.1
Using devise 3.4.1
Using turbolinks 2.5.3
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (10.28s)
Cleaning up the bundler cache.
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
I, [2015-03-11T18:52:29.517488 #543] INFO -- : Writing /tmp/build_c544043a01627c1e1610d759492a4ce1/public/assets/application-b4c2c9ca05a3146d25c8b8d4d229917e.css
Asset precompilation completed (3.35s)
Cleaning assets
Running: rake assets:clean
I, [2015-03-11T18:52:33.669377 #550] INFO -- : Removed application-8d41ea2869609a23d923e3cab34a29a2.css
###### WARNING:
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.
###### WARNING:
Removing `Gemfile.lock` because it was generated on Windows.
Bundler will do a full resolve so native gems are handled properly.
This may result in unexpected gem versions being used in your app.
In rare occasions Bundler may not be able to resolve your dependencies at all.
https://devcenter.heroku.com/articles/bundler-windows-gemfile
###### WARNING:
No Procfile detected, using the default web server (webrick)
https://devcenter.heroku.com/articles/ruby-default-web-server
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby -> console, rake, web, worker
-----> Compressing... done, 31.2MB
-----> Launching... done, v21
https://floating-garden-3748.herokuapp.com/ deployed to Heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment