diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2016-07-29 19:31:37 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2016-08-03 19:23:44 +0200 |
commit | a16c26c957ae893f6957fd0ad66c189d0b8ca079 (patch) | |
tree | e4c7b4f20613947cdfb3499a61633e0b3819b6b5 /Gemfile | |
parent | f4282412be181701ee43369dd092a69c3b3b9e65 (diff) | |
download | gitlab-ce-a16c26c957ae893f6957fd0ad66c189d0b8ca079.tar.gz |
Speed up Commit#repo_changes
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.2' +gem 'gitlab_git', '~> 10.4.3' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |