diff options
author | Stan Hu <stanhu@gmail.com> | 2015-08-17 23:56:02 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2015-08-17 23:56:02 +0000 |
commit | 47d55306d95e7ada8b0defa3d266451ce68ca58a (patch) | |
tree | 284c63bfa0212b881b0f225c921b651022e714fc /Gemfile | |
parent | 262c6f11fee407350b8945501279a591d35ccb85 (diff) | |
download | gitlab-ce-47d55306d95e7ada8b0defa3d266451ce68ca58a.tar.gz |
Upgrade gitlab_git to 7.2.14 to ignore CRLFs in .gitmodules
Closes #2262
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ gem "browser", '~> 0.8.0' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 7.2.12' +gem "gitlab_git", '~> 7.2.14' # Ruby/Rack Git Smart-HTTP Server Handler # GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) |