diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-29 09:15:18 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-29 09:15:18 +0300 |
commit | 348eb12598afb7f61b438da5e2240b709b17402f (patch) | |
tree | bf076ae13f68c835b6f1ccb7cd516018c0800b9e /Gemfile | |
parent | ad6bcb1396d764b2f3ce1af63d1d0412d1120d14 (diff) | |
download | gitlab-ce-348eb12598afb7f61b438da5e2240b709b17402f.tar.gz |
Provide a path to repo archive. gitlab_git up to 1.0.5
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ gem 'omniauth-github' # Extracting information from a git repository # We cannot use original git since some bugs gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' -gem 'gitlab_git', '~> 1.0.4' +gem 'gitlab_git', '~> 1.0.5' # Ruby/Rack Git Smart-HTTP Server Handler gem 'gitlab-grack', '~> 1.0.0', require: 'grack' |