gitlab_git up to 1.2.1
This commit is contained in:
parent
5075520fd8
commit
58796f38c9
2 changed files with 4 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -22,7 +22,8 @@ gem 'omniauth-twitter'
|
|||
gem 'omniauth-github'
|
||||
|
||||
# Extracting information from a git repository
|
||||
gem 'gitlab_git', '~> 1.2.0'
|
||||
# Provide access to Gitlab::Git library
|
||||
gem 'gitlab_git', '~> 1.2.1'
|
||||
|
||||
# Ruby/Rack Git Smart-HTTP Server Handler
|
||||
gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
|
||||
|
|
|
@ -168,7 +168,7 @@ GEM
|
|||
gitlab-pygments.rb (0.3.2)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
gitlab_git (1.2.0)
|
||||
gitlab_git (1.2.1)
|
||||
activesupport (~> 3.2.13)
|
||||
github-linguist (~> 2.3.4)
|
||||
gitlab-grit (~> 2.5.1)
|
||||
|
@ -512,7 +512,7 @@ DEPENDENCIES
|
|||
gitlab-gollum-lib (~> 1.0.0)
|
||||
gitlab-grack (~> 1.0.0)
|
||||
gitlab-pygments.rb (~> 0.3.2)
|
||||
gitlab_git (~> 1.2.0)
|
||||
gitlab_git (~> 1.2.1)
|
||||
gitlab_meta (= 5.0)
|
||||
gitlab_omniauth-ldap (= 1.0.2)
|
||||
gon
|
||||
|
|
Loading…
Reference in a new issue