diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-14 13:07:39 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-14 13:07:39 +0300 |
commit | 58796f38c9fa0bfce2021a0e3a740bec54d718ac (patch) | |
tree | f20e991db459ec90da233d73e09844f050ac9742 /Gemfile | |
parent | 5075520fd82d1af83afa77d5eca0ff2fc942d43b (diff) | |
download | gitlab-ce-58796f38c9fa0bfce2021a0e3a740bec54d718ac.tar.gz |
gitlab_git up to 1.2.1
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ gem 'omniauth-twitter' gem 'omniauth-github' # Extracting information from a git repository -gem 'gitlab_git', '~> 1.2.0' +# Provide access to Gitlab::Git library +gem 'gitlab_git', '~> 1.2.1' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 1.0.0', require: 'grack' |