【发布时间】:2023-03-10 12:10:01
【问题描述】:
我正在尝试创建新的演示 Rails 程序,作为我书中的指南,就像这个命令
rails new demo
然后它给了我这个错误
说是我的问题
Could not find gem sqlite3 <> 1.4 x86-mingw32 in any of the gem sources listed in your Gem file
我必须跑
bundle install
解决它
我跑了bundle install,但没有任何改变。
我知道我的问题可能太容易解决了,但我对此很坚持,你能给我一些想法吗?
【问题讨论】:
标签: ruby-on-rails ruby-on-rails-4