aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-10-19 17:51:52 -0700
committerAndre Arko <andre@arko.net>2010-10-19 17:51:52 -0700
commitf8c45eabb62f8027946525f927d729149d17394f (patch)
treec952b1d3f67295bcbd3de872234da15248cf7d02 /Rakefile
parent74ee1624a6fc12456f6e31319b58a5253cf762cf (diff)
downloadbundler-f8c45eabb62f8027946525f927d729149d17394f.tar.gz
hay guise rspec isn't prerelease anymore!
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 911b5b7f..b053b3fe 100644
--- a/Rakefile
+++ b/Rakefile
@@ -102,7 +102,7 @@ namespace :spec do
desc "Ensure spec dependencies are installed"
task :deps do
sh "gem list ronn | (grep 'ronn' 1> /dev/null) || gem install ronn --no-ri --no-rdoc"
- sh "gem list rspec | (grep 'rspec (2.0' 1> /dev/null) || gem install rspec --pre --no-ri --no-rdoc"
+ sh "gem list rspec | (grep 'rspec (2.0' 1> /dev/null) || gem install rspec --no-ri --no-rdoc"
end
end