From 5f9256b647189f6cdf1426181daf24616999a215 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 6 Jan 2012 15:44:02 -0200 Subject: [PATCH] Remove unecessary explicit rubygems access Since the dependencies are already specified in the .gemspec, there is no need for this. --- lib/capistrano/ssh.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/capistrano/ssh.rb b/lib/capistrano/ssh.rb index 84bb9692..2ed6f104 100644 --- a/lib/capistrano/ssh.rb +++ b/lib/capistrano/ssh.rb @@ -1,9 +1,3 @@ -begin - require 'rubygems' - gem 'net-ssh', ">= 2.0.10" -rescue LoadError, NameError -end - require 'net/ssh' module Capistrano