1
0
Fork 0
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:
Lee Hambley 2012-02-19 08:35:42 -08:00
commit 9aa42fd317

View file

@ -1,9 +1,3 @@
begin
require 'rubygems'
gem 'net-ssh', ">= 2.0.10"
rescue LoadError, NameError
end
require 'net/ssh'
module Capistrano