Commit f575fe46 authored by Rémy Coutable's avatar Rémy Coutable

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

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c446cfcb
# 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment