diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-04 15:22:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-04 15:22:03 +0300 |
commit | 11f864c9403e528c734d5c13a748b39733c9889e (patch) | |
tree | 1f2b2f541ce16bce679fdc6e98f020726e8c88d9 /Gemfile | |
parent | 14b68586b8c2187d918a2d6c8cad51a72e2b51cd (diff) | |
download | gitlab-ce-11f864c9403e528c734d5c13a748b39733c9889e.tar.gz |
Update gitlab_git and gitlab-grit gem versions
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", '~> 5.7.1' +gem "gitlab_git", '~> 5.8' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |