diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-05 16:47:24 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-05 16:47:24 +0200 |
commit | 41b55d75f54e55b6a840bda04e7bae5d0f8dedb8 (patch) | |
tree | c402b5dff13d895503565cd447f4dfb8058d0afc /Gemfile | |
parent | d701d5869516142a4073804622503299202cfbe2 (diff) | |
download | gitlab-ce-41b55d75f54e55b6a840bda04e7bae5d0f8dedb8.tar.gz |
Use gitlab_git from rubygems
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
@@ -29,7 +29,7 @@ gem 'omniauth-github' # Extracting information from a git repository # Provide access to Gitlab::Git library -gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git' +gem "gitlab_git", '~> 5.1.0' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' |