diff options
author | Paco Guzman <pacoguzmanp@gmail.com> | 2016-07-28 14:44:00 +0200 |
---|---|---|
committer | Paco Guzman <pacoguzmanp@gmail.com> | 2016-07-29 13:22:22 +0200 |
commit | 6595d6aab078497293d657cd05d0af61c6cbda0b (patch) | |
tree | 4be3c7e71d0982c886507d61a2a09249629d892e /Gemfile | |
parent | 242f8377264973d642b46e5d2800ef3d3bd4c0fa (diff) | |
download | gitlab-ce-6595d6aab078497293d657cd05d0af61c6cbda0b.tar.gz |
Bump gitlab_git to speedup DiffCollection iterations
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ gem 'browser', '~> 2.2' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem 'gitlab_git', '~> 10.4.1' +gem 'gitlab_git', '~> 10.4.2' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |