我正在尝试在 Heroku 上部署 Redmine,但它不起作用
我收到此错误消息
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 但没有成功