Skip to content

Instantly share code, notes, and snippets.

@Znow
Created June 22, 2011 19:00
Show Gist options
  • Select an option

  • Save Znow/1040831 to your computer and use it in GitHub Desktop.

Select an option

Save Znow/1040831 to your computer and use it in GitHub Desktop.
$ git push -f heroku
Counting objects: 237, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (196/196), done.
Writing objects: 100% (202/202), 128.41 KiB, done.
Total 202 (delta 122), 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)
* sass-rails (~> 3.1.0.rc)
* blueprint-rails
* coffee-script
* uglifier
* haml
* sprockets (= 2.0.0.beta.10)
* 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