mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #139 from terceiro/master
Remove unecessary explicit rubygems access.
This commit is contained in:
commit
9aa42fd317
1 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
|||
begin
|
||||
require 'rubygems'
|
||||
gem 'net-ssh', ">= 2.0.10"
|
||||
rescue LoadError, NameError
|
||||
end
|
||||
|
||||
require 'net/ssh'
|
||||
|
||||
module Capistrano
|
||||
|
|
Loading…
Reference in a new issue