Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
c446cfcbae
commit
f575fe46a7
3 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue