diff options
author | Paco Guzman <pacoguzmanp@gmail.com> | 2016-08-02 14:14:19 +0200 |
---|---|---|
committer | Paco Guzman <pacoguzmanp@gmail.com> | 2016-08-05 15:30:08 +0200 |
commit | 9ef1ad054885917651120ea0ac2666adfb490e66 (patch) | |
tree | ef7c5e5ff7fdf2e787ad11afca165132077514ba /Gemfile | |
parent | eee958616e0963db5f09d45b1e58efa859dfe3ca (diff) | |
download | gitlab-ce-9ef1ad054885917651120ea0ac2666adfb490e66.tar.gz |
Bump gitlab_git to lazy load compare commits14202-compare-lazy-load-commits
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.3' +gem 'gitlab_git', '~> 10.4.5' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |