diff options
author | Xavier Noria <fxn@hashref.com> | 2011-10-22 11:04:40 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-10-22 11:04:40 -0700 |
commit | f0a9411edef407897888db6eaad849827d564293 (patch) | |
tree | 268c5581272fa8f2deb9103e58895cc03219400d /Gemfile | |
parent | de17426980e76d1b0e191f5018d260a65abd3235 (diff) | |
parent | c930170581ac10acf8c3d9433f3ccd5f72b4e6bf (diff) | |
download | rails-f0a9411edef407897888db6eaad849827d564293.tar.gz rails-f0a9411edef407897888db6eaad849827d564293.tar.bz2 rails-f0a9411edef407897888db6eaad849827d564293.zip |
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
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 |