Skip to content

Commit

Permalink
Updating Rakefile to sudo the install
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed May 17, 2010
1 parent f6c8908 commit 2a9fee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit 2a9fee0

Please sign in to comment.