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

Commit

Permalink
ruby 2 needs rspec 2.13, apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 2, 2013
1 parent 1a71671 commit 4880143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -29,7 +29,7 @@ end
namespace :spec do
desc "Ensure spec dependencies are installed"
task :deps do
{"rdiscount" => "~> 1.6", "ronn" => "~> 0.7.3", "rspec" => "~> 2.12"}.each do |name, version|
{"rdiscount" => "~> 1.6", "ronn" => "~> 0.7.3", "rspec" => "~> 2.13"}.each do |name, version|
sh "#{Gem.ruby} -S gem list #{name} -v '#{version}' | grep '#{name}' -q || " \
"#{Gem.ruby} -S gem install #{name} -v '#{version}' --no-ri --no-rdoc"
end
Expand Down

0 comments on commit 4880143

Please sign in to comment.