diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-11-14 12:14:17 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-11-14 12:14:17 +0100 |
commit | a9dc2c202938863896ca2de55dc301c655285b93 (patch) | |
tree | bc335d9ce5dba4ab056e749fa74955d96ed3b1a0 /Gemfile | |
parent | f9814bf28831aeef746cfdc35431c8de45ff7677 (diff) | |
download | gitlab-ce-a9dc2c202938863896ca2de55dc301c655285b93.tar.gz |
Update gitlab_git to 7.0.0.rc11
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ gem 'omniauth-shibboleth' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '7.0.0.rc10' +gem "gitlab_git", '7.0.0.rc11' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |