replace Gitolited mixin with Gitlab::ShellAdapter

This commit is contained in:
Dmitriy Zaporozhets 2013-03-21 21:01:14 +02:00
parent d6338a8482
commit 0103363191
9 changed files with 21 additions and 17 deletions

View file

@ -3,3 +3,6 @@ require Rails.root.join("lib", "gitlab", "backend", "grack_auth")
# GIT over SSH
require Rails.root.join("lib", "gitlab", "backend", "shell")
# GitLab shell adapter
require Rails.root.join("lib", "gitlab", "backend", "shell_adapter")