Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
use rake 10 in specs to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Dec 29, 2012
1 parent dc328af commit 193711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/rubygems_ext.rb
Expand Up @@ -15,7 +15,7 @@ def self.setup
`gem install fakeweb artifice --no-rdoc --no-ri`
`gem install sinatra --version 1.2.7 --no-rdoc --no-ri`
# Rake version has to be consistent for tests to pass
`gem install rake --version 0.8.7 --no-rdoc --no-ri`
`gem install rake --version 10.0.2 --no-rdoc --no-ri`
# 3.0.0 breaks 1.9.2 specs
`gem install builder --version 2.1.2 --no-rdoc --no-ri`
`gem install rack --no-rdoc --no-ri`
Expand Down

0 comments on commit 193711d

Please sign in to comment.