Update gitlab_git to 1.0.3
Showing
... | @@ -24,7 +24,7 @@ gem 'omniauth-github' | ... | @@ -24,7 +24,7 @@ gem 'omniauth-github' |
# Extracting information from a git repository | # Extracting information from a git repository | ||
# We cannot use original git since some bugs | # We cannot use original git since some bugs | ||
gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' | gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' | ||
gem 'gitlab_git', '~> 1.0.0' | gem 'gitlab_git', '~> 1.0.3' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | # Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | gem 'gitlab-grack', '~> 1.0.0', require: 'grack' | ||
... | ... |
Please register or sign in to comment