diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-24 15:59:57 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-24 15:59:57 +0300 |
commit | 13aec95264541b274d5ed9b828b44860cde93dec (patch) | |
tree | 8ce65f79e5bf482ec710584083dec511de0c6876 /Gemfile | |
parent | 53f2130e63b2d20a9c3f6f709f38b70cb27a63ab (diff) | |
download | gitlab-ce-13aec95264541b274d5ed9b828b44860cde93dec.tar.gz |
Improve diff and bump gitlab_git revision
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,8 @@ gem 'omniauth-shibboleth' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 6.0', git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: 'c405e4cf147fc5f7b9eae8aabaf3bee695eb2832' +# gem "gitlab_git", '~> 6.0', path: '../../gitlab_git' +gem "gitlab_git", '~> 6.0', git: 'https://gitlab.com/gitlab-org/gitlab_git.git', ref: 'fab781735c1ab2a8f1dc2fda33b169af99ec7e2e' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |