diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-04 14:45:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-04 14:45:04 +0200 |
commit | bacfad1c651d7b880a07f5f417ccb64693150935 (patch) | |
tree | 101a4f08ba6f2ae62b3d8114587a50aee2f1a771 /Gemfile | |
parent | 5d871f1884f269d916d8f73a55d08a47db0f25d4 (diff) | |
download | gitlab-ce-bacfad1c651d7b880a07f5f417ccb64693150935.tar.gz |
Use new gitlab_git revision
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: '53f5faf' +gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: '39bc4f043414f1e49f802ed633fa20e6400bfa49' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |