Following railstutorial.org, and I get this error when I try to click on a hero:
Counting objects: 85, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (68/68), done.
Writing objects: 100% (85/85), 87.95 KiB, done.
Total 85 (delta 18), reused 0 (delta 0)
Installing rails3_serve_static_assets... done
Unresolved dependencies detected; Installing...
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:
* sqlite3-ruby (= 1.3.2)
You have deleted from the Gemfile:
* sqlite3-ruby
FAILED: http://docs.heroku.com/bundler
! Heroku push rejected, failed to install gems via Bundler
Thanks in advance!
source
share