No need to check ruby version here

As rake 0.9.2.2 is out with the same 
fix as 0.9.3.beta having
This commit is contained in:
Arun Agrawal 2011-10-22 21:47:33 +05:30
parent de17426980
commit c930170581
1 changed files with 1 additions and 6 deletions

View File

@ -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