Redmine を Heroku にデプロイしようとしていますが、うまくいきません
このエラーメッセージが表示されます
You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.
You have added to the Gemfile:
* capybara (~> 2.1.0)
* selenium-webdriver
* database_cleaner
Bundler Output: You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.
You have added to the Gemfile:
* capybara (~> 2.1.0)
* selenium-webdriver
* database_cleaner
!
! Failed to install gems via Bundler.
!
! Push rejected, failed to compile Ruby app
私はやり続けます
bundle install
しかし、それは何も変わりません。また、Gemfile.lock を削除して bundle install を再度実行しようとしましたが、成功しませんでした