Heroku Ошибка при нажатии на промежуточный сервер - PullRequest
1 голос
/ 30 марта 2012

Я перепробовал все, что могу найти в StackOverflow, а также на некоторых других сайтах, и моя проблема все еще существует.

Gemfile detected, running Bundler version 1.0.7
   Unresolved dependencies detected; Installing...
   Using --without development:test
   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:
   * libnotify
   * rb-inotify

   You have deleted from the Gemfile:
   * growl
   * rb-fsevent

Вот что я пробовал и мой Gemfile https://gist.github.com/2244347

Ответы [ 2 ]

1 голос
/ 30 марта 2012

Мне показалось, что я прочитал в вашем Gist, что вы пытались удалить Gemfile.lock из вашего Git и заново добавить его. Но так как я не вижу, что я собираюсь предположить, что вы забыли совершить это:

git add Gemfile.lock
git commit -m "Adding Gemfile.lock"
0 голосов
/ 30 марта 2012

bundle install

git add Gemfile.lock

git commit -am "Updated Gemfile"

git push heroku master

...