提交 f0a9411e 编写于 作者: X Xavier Noria

Merge pull request #3407 from arunagw/rake_upgrade

No need to check ruby version here as rake 9.2.2 is out with the same fix
......@@ -19,12 +19,7 @@ end
# it being automatically loaded by sprockets
gem "uglifier", ">= 1.0.3", :require => false
# Temp fix until rake 0.9.3 is out
if RUBY_VERSION >= "1.9.3"
gem "rake", "0.9.3.beta.1"
else
gem "rake", ">= 0.8.7"
end
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
group :doc do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册