diff options
author | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-12 16:17:24 +0100 |
---|---|---|
committer | tiagonbotelho <tiagonbotelho@hotmail.com> | 2016-07-12 16:17:24 +0100 |
commit | 421ec6e089e161bc7a7db61336a17a3e776916f7 (patch) | |
tree | 88c16deaa7dcc2aed1b51892a6c0af4ebf14e1d6 | |
parent | 2bbe6741f5422150f989f8e6fcb19a9517772f7d (diff) | |
download | gitlab-ce-421ec6e089e161bc7a7db61336a17a3e776916f7.tar.gz |
changes " usage to '
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ gem 'browser', '~> 2.2' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 10.2' +gem 'gitlab_git', '~> 10.2' # LDAP Auth # GitLab fork with several improvements to original library. For full list of changes |