aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2011-10-22 21:47:33 +0530
committerArun Agrawal <arunagw@gmail.com>2011-10-22 22:29:38 +0530
commitc930170581ac10acf8c3d9433f3ccd5f72b4e6bf (patch)
tree268c5581272fa8f2deb9103e58895cc03219400d
parentde17426980e76d1b0e191f5018d260a65abd3235 (diff)
downloadrails-c930170581ac10acf8c3d9433f3ccd5f72b4e6bf.tar.gz
rails-c930170581ac10acf8c3d9433f3ccd5f72b4e6bf.tar.bz2
rails-c930170581ac10acf8c3d9433f3ccd5f72b4e6bf.zip
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
-rw-r--r--Gemfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index f63260a260..4ac6bf764d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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