diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-09-21 18:54:18 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-09-21 18:54:18 +0200 |
commit | 687cd9fa5bb662302dee85388db28a94b73beafb (patch) | |
tree | cb53379b20bfcec8f031fb1f6d5aa8cea7d64fde /Gemfile | |
parent | 05ef996e52eddececee3e0edb9c8bb5a0dc4c82d (diff) | |
download | gitlab-ce-687cd9fa5bb662302dee85388db28a94b73beafb.tar.gz |
Update gitlab_git to version 2.3.1
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '2.2.0' +gem "gitlab_git", '2.3.1' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 1.0.1', require: 'grack' |