哪个版本的 Rails 需要较低版本的 RubyGems?

发布于 2024-09-26 07:00:50 字数 377 浏览 4 评论 0原文

由于共享托管,我无法更新 RubyGems,但可以很轻松地更改 Rails 版本。

当我尝试启动 mongrel 时,出现以下错误:

** Starting Mongrel listening at 0.0.0.0:2011
** Starting Rails with production environment...
Rails requires RubyGems >= 1.3.2 (you have 1.3.1). 
Please `gem update --system` and try again.

我当前的 Rails --version 是 2.3.5。

有没有可以降级到不需要 1.3.1 的 Rails 版本?

I'm unable to update RubyGems because of shared hosting, but can change versions of rails quite easily.

I get the following error when I try to start mongrel:

** Starting Mongrel listening at 0.0.0.0:2011
** Starting Rails with production environment...
Rails requires RubyGems >= 1.3.2 (you have 1.3.1). 
Please `gem update --system` and try again.

My current rails --version is 2.3.5.

Is there a version of rails I can downgrade to so that it doesn't require 1.3.1?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦屿孤独相伴 2024-10-03 07:00:50
  • Rails 2.3.2 于 2009 年 3 月 15 日发布
  • Rails 2.3.3 于 2009 年 7 月 20 日发布
  • Rubygems 1.3.2 于 2009 年 4 月 15 日发布

所以 Rails 2.3.2 是兼容的,因为 Rails 始终使用最后发布的 ruby​​gems

  • Rails 2.3.2 is released on March 15, 2009
  • Rails 2.3.3 is released on July 20, 2009
  • Rubygems 1.3.2 is released on April 15, 2009

So Rails 2.3.2 it's compatible because rails use allways the last rubygems released

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文