gpt4 book ai didi

ruby-on-rails - 即使我在开发 block 中有 sqlite,Heroku 也不接受推送

转载 作者:行者123 更新时间:2023-12-03 21:11:38 24 4
gpt4 key购买 nike

我的 Gemfile 中有以下几行:

gem 'rails', '3.1.1'

group :production do
gem 'pg'
end

group :development, :test do
gem 'sqlite3'
end

我也跑了 bundle install拥有我的 Gemfile.lock更新。

当我推送到 heroku 时,我仍然收到以下错误:
 !
! Failed to install gems via Bundler.
!
! Detected sqlite3 gem which is not supported on Heroku.
! http://devcenter.heroku.com/articles/how-do-i-use-sqlite3-for-development
!
! Heroku push rejected, failed to compile Ruby/rails app

我错过了什么?

最佳答案

霍普拉。我在这里犯了一个非常愚蠢的错误。我目前正在一个分支上工作,但我将 master 分支推送到 Herokum,就像我习惯的那样。

所以git push heroku master确实推送了一个旧版本的分支,它当然不包含我对 Gemfile 的更改。

关于ruby-on-rails - 即使我在开发 block 中有 sqlite,Heroku 也不接受推送,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8007297/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com