Seems to be the same issue as http://groups.google.com/group/heroku/browse_thread/thread/aade2f68b67fd00c Should be fixed w/ an update of bundler.
A workaround is to put Gemfile.lock out of version control. But it's booooring to reinstall entire gem bundle everytime. Is Bundler update planned ??? Thanks, Clément On Dec 6, 1:25 pm, geoffd123 <[email protected]> wrote: > I am having a problem pushing to heroku. > > I have an app and can push it OK. I then add the following line to > the Gemfile, run 'bundle update' and commit the Gemfile and > Gemfile.lock. The new app runs ok locally. > > I now push it to heroku and get the following error. > > git push heroku master > Counting objects: 19, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (14/14), done. > Writing objects: 100% (14/14), 1.43 KiB, done. > Total 14 (delta 11), reused 0 (delta 0) > > -----> Heroku receiving push > -----> Rails app detected > -----> Gemfile detected, running Bundler version 1.0.3 > Unresolved dependencies detected; Installing... > Using --without development:test:cucumber > 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: source at /disk1/tmp/build_27752_23946838858060/ > vendor/gems/cells-3.3.5 > > You have deleted from the Gemfile: > * source: source at vendor/gems/cells-3.3.5 > > You have changed in the Gemfile: > * cells from `source at /disk1/tmp/build_27752_23946838858060/ > vendor/gems/cells-3.3.5` to `no specified source` > FAILED:http://docs.heroku.com/bundler > ! Heroku push rejected, failed to install gems via Bundler > > error: hooks/pre-receive exited with error code 1 > To [email protected]:euresearcher.git > ! [remote rejected] master -> master (pre-receive hook declined) > error: failed to push some refs to '[email protected]:euresearcher.git' > > I have made sure that the bundler version is the same locally and on > heroku (1.0.3). I have tried deleting the .bundler directory and re- > running etc. All to no avail. Any ideas? > > Cheers > Geoff -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
