diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-04 16:05:14 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-04 16:05:14 +0200 |
commit | f297c6b3d722af6fbeaa2cd5cfa30d552f6d1c41 (patch) | |
tree | 2e7ca8fa0e9221ff3dab0c1daa8c34a551cd0c45 /Gemfile | |
parent | 97a4d8aea46fb45894f6e47597320ed2f6a12495 (diff) | |
download | gitlab-ce-f297c6b3d722af6fbeaa2cd5cfa30d552f6d1c41.tar.gz |
BUmp gitlab-git version (Blobs via rugged)
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", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '39bc4f043414f1e49f802ed633fa20e6400bfa49' +gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |