diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-19 13:40:55 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-11-19 13:40:55 +0100 |
commit | 3b8288ef32bef6dd859e99cf07185ca33132b22f (patch) | |
tree | 313c4f2b2a05b0bcced7fe4f760bb7f2d1eaa691 /lib/gitlab_shell.rb | |
parent | fa6173168a953aaad1d6359f60eab62d6f2f2e74 (diff) | |
download | gitlab-shell-3b8288ef32bef6dd859e99cf07185ca33132b22f.tar.gz |
Remove unused open3 dependency
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index 65f7786..c63074b 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -1,4 +1,3 @@ -require 'open3' require 'shellwords' require_relative 'gitlab_net' |