diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-10-22 21:47:33 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2011-10-22 22:29:38 +0530 |
commit | c930170581ac10acf8c3d9433f3ccd5f72b4e6bf (patch) | |
tree | 268c5581272fa8f2deb9103e58895cc03219400d /Gemfile | |
parent | de17426980e76d1b0e191f5018d260a65abd3235 (diff) | |
download | rails-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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |