Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我没有锁定我的引导程序版本,并进行了捆绑更新,它提取了 3 个版本。当我将我的 gem 锁定到 2.3 并更新它时,仍然会拉取版本 3。它应该这样做吗?
查看 Gemfile.lock 内部。您可能需要对其进行编辑以匹配旧版本的 Bootstrap。我通常只会丢弃 Gemfile.lock 并重新捆绑,但如果您没有在 Gemfile 中指定它们,这可能会将其他 gem 更新到更高版本。如果您运行bundle update并且 Bootstrap 是唯一更新的东西,那么您可能只是丢弃 gemfile.lock 并重新捆绑就可以了。
bundle update