Skip to content

Commit

Permalink
Use the #gem method.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 11, 2015
1 parent 949bdd5 commit a555a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems/tasks/install.rb
Expand Up @@ -54,7 +54,7 @@ def define
# @api semipublic
#
def install(path)
run 'gem', 'install', '-q', path
gem 'install', '-q', path
end

end
Expand Down

0 comments on commit a555a32

Please sign in to comment.