Skip to content

Commit

Permalink
Merge pull request #3407 from arunagw/rake_upgrade
Browse files Browse the repository at this point in the history
No need to check ruby version here as rake 9.2.2 is out with the same fix
  • Loading branch information
fxn committed Oct 22, 2011
2 parents de17426 + c930170 commit f0a9411
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit f0a9411

Please sign in to comment.