diff options
author | James Lopez <james@jameslopez.es> | 2016-09-23 09:42:07 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-09-29 16:58:14 +0200 |
commit | 29141ed3ea6157a60d9748921782015626a17f9e (patch) | |
tree | 7157204905f0184682528735a282cfa7c76f0dfd /Gemfile | |
parent | a8691bda3bb8b2db12f7aabe740a0e064c42fd62 (diff) | |
download | gitlab-ce-29141ed3ea6157a60d9748921782015626a17f9e.tar.gz |
fix broken repo 500 errors in UI and added relevant specs
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ gem 'browser', '~> 2.2' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem 'gitlab_git', '~> 10.6.6' +gem 'gitlab_git', '~> 10.6.7' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |