From 5ec0955919326fb6f5a4e46875f0f2143d246a1c Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 3 Feb 2014 18:12:51 +0200 Subject: Use recent gitlab_git lib Signed-off-by: Dmitriy Zaporozhets --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 87fb9bbda41..669cbcbede3 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", "~> 5.0.0" +gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '9c370173c533298664d6dd5b97574c79de705c16' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' -- cgit v1.2.1