diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-03 18:12:51 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-03 18:12:51 +0200 |
commit | 5ec0955919326fb6f5a4e46875f0f2143d246a1c (patch) | |
tree | 7355ab13ed81f1c97115913f83885ea65ea35b00 /Gemfile | |
parent | 6addb15b15f3d59469d7569271b6449a2a164b87 (diff) | |
download | gitlab-ce-5ec0955919326fb6f5a4e46875f0f2143d246a1c.tar.gz |
Use recent gitlab_git lib
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |