Created
June 22, 2011 17:53
-
-
Save Znow/1040675 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git push -f heroku master | |
| Counting objects: 210, done. | |
| Delta compression using up to 4 threads. | |
| Compressing objects: 100% (170/170), done. | |
| Writing objects: 100% (176/176), 125.46 KiB, done. | |
| Total 176 (delta 99), reused 0 (delta 0) | |
| -----> Heroku receiving push | |
| -----> Rails app detected | |
| -----> Detected Rails is not set to serve static_assets | |
| Installing rails3_serve_static_assets... done | |
| -----> Configure Rails 3 to disable x-sendfile | |
| Installing rails3_disable_x_sendfile... done | |
| -----> Configure Rails to log to stdout | |
| Installing rails_log_stdout... done | |
| -----> Gemfile detected, running Bundler version 1.0.7 | |
| Unresolved dependencies detected; Installing... | |
| Using --without development:test | |
| Windows Gemfile.lock detected, ignoring it. | |
| You have modified your Gemfile in development but did not check | |
| the resulting snapshot (Gemfile.lock) into version control | |
| You have added to the Gemfile: | |
| * source: rubygems repository http://rubygems.org/ | |
| * rails (= 3.1.0.rc4) | |
| * rake (= 0.8.7) | |
| * sass-rails (~> 3.1.0.rc) | |
| * blueprint-rails | |
| * coffee-script | |
| * uglifier | |
| * haml | |
| * jquery-rails | |
| * carrierwave | |
| * turn | |
| * sqlite3 | |
| FAILED: http://devcenter.heroku.com/articles/bundler | |
| ! Heroku push rejected, failed to install gems via Bundler | |
| To [email protected]:teaterfred.git | |
| ! [remote rejected] master -> master (pre-receive hook declined) | |
| error: failed to push some refs to '[email protected]:teaterfred.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment