From 259224514e68ab4fde89b79c442d6546a99a83d8 Mon Sep 17 00:00:00 2001 From: Carlhuda Date: Mon, 22 Feb 2010 17:35:19 -0800 Subject: Gems with implicit Rake dependencies (extensions << "Rakefile") work! --- spec/support/rubygems_ext.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/support/rubygems_ext.rb') diff --git a/spec/support/rubygems_ext.rb b/spec/support/rubygems_ext.rb index 7c534c3a..91636b07 100644 --- a/spec/support/rubygems_ext.rb +++ b/spec/support/rubygems_ext.rb @@ -8,8 +8,8 @@ module Spec unless File.exist?("#{Path.base_system_gems}") FileUtils.mkdir_p(Path.base_system_gems) - puts "running `gem install builder --no-rdoc --no-ri`" - `gem install builder --no-rdoc --no-ri` + puts "running `gem install builder rake --no-rdoc --no-ri`" + `gem install builder rake --no-rdoc --no-ri` end ENV['HOME'] = Path.home.to_s -- cgit v1.2.3