diff options
author | Vinnie Okada <vokada@mrvinn.com> | 2015-03-28 09:07:25 -0600 |
---|---|---|
committer | Vinnie Okada <vokada@mrvinn.com> | 2015-03-28 09:10:12 -0600 |
commit | fabaeb096fad0307308c9af3b617a5c7a69734e6 (patch) | |
tree | 9513398e3ae33ce7d6ab6a5c8765c13754275caa /Gemfile | |
parent | 49c3cc85c4e45cad6afef74b6d220b270290c514 (diff) | |
download | gitlab-ce-fabaeb096fad0307308c9af3b617a5c7a69734e6.tar.gz |
Upgrade gitlab_git gem to version 7.1.3
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ gem "browser" # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 7.1.2' +gem "gitlab_git", '~> 7.1.3' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack' |