Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2017-01-27 16:14:58 +01:00
parent c446cfcbae
commit f575fe46a7
3 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
# GIT over SSH
require_dependency Rails.root.join('lib/gitlab/backend/shell')
# GitLab shell adapter
require_dependency Rails.root.join('lib/gitlab/backend/shell_adapter')
required_version = Gitlab::VersionInfo.parse(Gitlab::Shell.version_required)
current_version = Gitlab::VersionInfo.parse(Gitlab::Shell.new.version)