diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-26 18:22:22 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-26 18:22:22 +0200 |
commit | a1e5d4e8b5788087cba478530e3a0352cdef363e (patch) | |
tree | bb7e9feab937738028f869d16450a9c724aebdfb /Gemfile | |
parent | d36669d8ead7d0466abf1ab51fff2bd41b268c0e (diff) | |
parent | bb35c2d36f4f275cda650c1ad47595c287feba10 (diff) | |
download | gitlab-ce-a1e5d4e8b5788087cba478530e3a0352cdef363e.tar.gz |
Merge pull request #6382 from jvanbaarsen/contribution-guide-link
Contribution guide link
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 5.4.0' +gem "gitlab_git", '~> 5.5.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |