summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-02-05 16:30:20 +0200
committerAndre Arko <andre@arko.net>2014-02-05 16:30:25 +0200
commit8897c778aab035dc95aed6ea7379e23b90abcafa (patch)
treef2b522be108e110859e5a044d7ee57f6342291ea /Rakefile
parent64866592ed3272a3fb57c2e5adc306310e7539e6 (diff)
downloadbundler-8897c778aab035dc95aed6ea7379e23b90abcafa.tar.gz
rspec 3
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3612b98b5a..2e82d5a0bd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -28,7 +28,7 @@ end
namespace :spec do
desc "Ensure spec dependencies are installed"
task :deps do
- {"rdiscount" => "~> 1.6", "ronn" => "~> 0.7.3", "rspec" => "~> 2.13"}.each do |name, version|
+ {"rdiscount" => "~> 1.6", "ronn" => "~> 0.7.3", "rspec" => "~> 3.0.beta"}.each do |name, version|
sh "#{Gem.ruby} -S gem list -i '^#{name}$' -v '#{version}' || " \
"#{Gem.ruby} -S gem install #{name} -v '#{version}' --no-ri --no-rdoc"
end