diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-18 10:25:22 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-18 10:25:22 -0700 |
commit | 85d226e57f24fd4c368bed3fe352a9f1f8db51a1 (patch) | |
tree | c425c05ee370838a948369912f38408195606d02 /Gemfile | |
parent | 1646bfc273458440a2f027b04ab49ebbb8b441ed (diff) | |
download | gitlab-ce-85d226e57f24fd4c368bed3fe352a9f1f8db51a1.tar.gz |
Bump gitlab_git to 7.1.2
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.0' +gem "gitlab_git", '~> 7.1.2' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.rc2', require: 'grack' |