Update gitlab_git version
Showing
... | ... | @@ -23,7 +23,7 @@ gem 'omniauth-github' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem 'gitlab_git', '~> 1.3.0' | ||
gem 'gitlab_git', '~> 1.4.1' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | ||
... | ... | @@ -35,7 +35,7 @@ gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" |
gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' | ||
# Git Wiki | ||
gem "gitlab-gollum-lib", "~> 1.0.0", require: 'gollum-lib' | ||
gem "gitlab-gollum-lib", "~> 1.0.1", require: 'gollum-lib' | ||
# Language detection | ||
gem "github-linguist", require: "linguist" | ||
... | ... |
Please register or sign in to comment