From 2a9fee090a7eec42daad570cc2928320c79fe2fe Mon Sep 17 00:00:00 2001 From: Durran Jordan Date: Mon, 17 May 2010 15:07:51 -0400 Subject: [PATCH] Updating Rakefile to sudo the install --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 99983066a3..dc354cdf92 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ task :build do end task :install => :build do - system "gem install mongoid-#{Mongoid::VERSION}.gem" + system "sudo gem install mongoid-#{Mongoid::VERSION}.gem" end task :release => :build do