提交 df745ed8 编写于 作者: M Michael Koziarski

Depend on rubygems 1.3.2

Also move the min_version definition up a line so it's present in the rescue block down below.
上级 5632b367
......@@ -82,8 +82,8 @@ def gem_version
end
def load_rubygems
min_version = '1.3.2'
require 'rubygems'
min_version = '1.3.1'
unless rubygems_version >= min_version
$stderr.puts %Q(Rails requires RubyGems >= #{min_version} (you have #{rubygems_version}). Please `gem update --system` and try again.)
exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册