Skip to content

Commit

Permalink
Shouldn't need sudo to install gem from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Loudermilk committed Oct 31, 2011
1 parent 69f93ff commit 774288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -18,6 +18,6 @@ task :build do
end

task :install => :build do
system "sudo gem install acts_as_async-#{ActsAsAsync::VERSION}.gem"
system "gem install acts_as_async-#{ActsAsAsync::VERSION}.gem"
end

0 comments on commit 774288b

Please sign in to comment.