aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 54cd5ae7..997155fd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,6 +22,7 @@ namespace :spec do
task :deps do
sh "#{Gem.ruby} -S gem list ronn | (grep 'ronn' 1> /dev/null) || #{Gem.ruby} -S gem install ronn --no-ri --no-rdoc"
sh "#{Gem.ruby} -S gem list rspec | (grep 'rspec (2.' 1> /dev/null) || #{Gem.ruby} -S gem install rspec --no-ri --no-rdoc"
+ sh "#{Gem.ruby} -S gem list rake | (grep 'rake (10.' 1> /dev/null) || #{Gem.ruby} -S gem install rake -v '~> 10.0.2' --no-ri --no-rdoc"
end
end