diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-06-22 11:24:02 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-06-22 11:24:02 +0200 |
commit | cfc261d7078347d83e865e48efe948158aac0622 (patch) | |
tree | fc5aa6c589107d46454364b3cd1ca48bdf1f126a /Gemfile | |
parent | 0734756ee41d97842081c24d1650dfdd75697b45 (diff) | |
download | gitlab-ce-cfc261d7078347d83e865e48efe948158aac0622.tar.gz |
Bump gitlab_git to 7.2.5
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ gem "browser", '~> 0.8.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 7.2.3' +gem "gitlab_git", '~> 7.2.5' # Ruby/Rack Git Smart-HTTP Server Handler # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) |