Skip to content

Instantly share code, notes, and snippets.

@akinsgre
Created December 5, 2013 18:14
Show Gist options
  • Save akinsgre/7810416 to your computer and use it in GitHub Desktop.
Save akinsgre/7810416 to your computer and use it in GitHub Desktop.
Heroku deploy
Counting objects: 1, done.
Writing objects: 100% (1/1), 207 bytes, done.
Total 1 (delta 0), reused 0 (delta 0)
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> 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
Using rake (10.0.4)
Using i18n (0.6.4)
Using multi_json (1.7.7)
Using activesupport (3.2.11)
Using builder (3.0.4)
Using activemodel (3.2.11)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.5)
Using rack-cache (1.2)
Using rack-test (0.6.2)
Using hike (1.2.3)
Using tilt (1.4.1)
Using sprockets (2.2.2)
Using actionpack (3.2.11)
Using mime-types (1.23)
Using polyglot (0.3.3)
Using treetop (1.4.14)
Using mail (2.4.4)
Using actionmailer (3.2.11)
Using arel (3.0.2)
Using tzinfo (0.3.37)
Using activerecord (3.2.11)
Using activeresource (3.2.11)
Using attr_required (0.0.5)
Using bcrypt-ruby (3.0.1)
Using sass (3.2.9)
Using bootstrap-sass (2.2.1.1)
Using chronic (0.10.2)
Using coffee-script-source (1.6.2)
Using execjs (1.4.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.3)
Using json (1.8.0)
Using rdoc (3.12.2)
Using thor (0.18.1)
Using railties (3.2.11)
Using coffee-rails (3.2.2)
Using currencies (0.4.2)
Using countries (0.9.2)
Using orm_adapter (0.4.0)
Using warden (1.2.1)
Using devise (2.1.2)
Using multipart-post (1.2.0)
Using faraday (0.8.7)
Using httpclient (2.3.4.1)
Using rack-oauth2 (1.0.5)
Using fb_graph (2.7.7)
Using hashie (2.0.5)
Using httpauth (0.2.0)
Using jquery-rails (3.0.1)
Using jwt (0.1.8)
Using libv8 (3.11.8.17)
Using oauth (0.4.7)
Using oauth2 (0.8.1)
Using omniauth (1.1.4)
Using omniauth-oauth2 (1.1.1)
Using omniauth-facebook (1.4.1)
Using pg (0.14.1)
Using phony (1.9.0)
Using phony_rails (0.3.2)
Using bundler (1.3.2)
Using rails (3.2.11)
Using ref (1.0.5)
Using sass-rails (3.2.6)
Using simple_form (2.0.4)
Using therubyracer (0.11.4)
Using tlsmail (0.0.1)
Using twitter_oauth (0.4.93) from git://github.com/moomerman/twitter_oauth.git (at master)
Using uglifier (2.1.1)
Using valid_email (0.0.4)
Your bundle is complete! It was installed into ./vendor/bundle
Bundle completed (0.71s)
Cleaning up the bundler cache.
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/smtp.rb:806: warning: already initialized constant Net::SMTPSession
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/smtp.rb:806: warning: previous definition of SMTPSession was here
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:687: warning: already initialized constant Net::POP
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:687: warning: previous definition of POP was here
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:688: warning: already initialized constant Net::POPSession
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:688: warning: previous definition of POPSession was here
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:689: warning: already initialized constant Net::POP3Session
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:689: warning: previous definition of POP3Session was here
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:702: warning: already initialized constant Net::APOPSession
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:702: warning: previous definition of APOPSession was here
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/Rakefile:7)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/Rakefile:7)
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/smtp.rb:806: warning: already initialized constant Net::SMTPSession
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/smtp.rb:806: warning: previous definition of SMTPSession was here
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:687: warning: already initialized constant Net::POP
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:687: warning: previous definition of POP was here
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:688: warning: already initialized constant Net::POPSession
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:688: warning: previous definition of POPSession was here
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:689: warning: already initialized constant Net::POP3Session
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:689: warning: previous definition of POP3Session was here
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:702: warning: already initialized constant Net::APOPSession
/tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/vendor/bundle/ruby/2.0.0/gems/tlsmail-0.0.1/lib/net/pop.rb:702: warning: previous definition of APOPSession was here
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/Rakefile:7)
DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/1/4/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /tmp/build_9fce1c96-2721-46cf-82ae-1af3a1ea26c5/Rakefile:7)
Asset precompilation completed (64.43s)
-----> WARNINGS:
Injecting plugin 'rails_log_stdout'
Injecting plugin 'rails3_serve_static_assets'
Add 'rails_12factor' gem to your Gemfile to skip plugin injection
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, web, worker
-----> Compiled slug size: 37.5MB
-----> Launching... done, v215
http://glacial-plateau-8191.herokuapp.com deployed to Heroku
To git@heroku.com:glacial-plateau-8191.git
7a1d8db..2a2d63f master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment