diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-21 19:35:11 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-21 19:35:11 +0000 |
commit | 098e5a68fc2830543062f8f900fd460d98c52e89 (patch) | |
tree | a6946ba3a2e99667e39762d6e45e5419a67cfe3a /lib/gitlab_shell.rb | |
parent | 586c8d515c866c2e7e947e4e50a8b6cf314f05a9 (diff) | |
parent | 3b8288ef32bef6dd859e99cf07185ca33132b22f (diff) | |
download | gitlab-shell-098e5a68fc2830543062f8f900fd460d98c52e89.tar.gz |
Merge branch 'remove_open3' of /home/git/repositories/gitlab/gitlab-shell
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 252102f..6dbd1ce 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -1,4 +1,3 @@ -require 'open3' require 'shellwords' require_relative 'gitlab_net' |