Commit 1040e88e5645fc3dccf55b418bfbf04d307f3d8b

Authored by Dmitriy Zaporozhets
1 parent a967f122

Update gitlab_git to recent version

Showing 2 changed files with 5 additions and 5 deletions   Show diff stats
Gemfile
... ... @@ -24,7 +24,7 @@ gem 'omniauth-github'
24 24  
25 25 # Extracting information from a git repository
26 26 # Provide access to Gitlab::Git library
27   -gem "gitlab_git", "~> 3.0.0.rc1"
  27 +gem "gitlab_git", "~> 3.0.0.rc2"
28 28  
29 29 # Ruby/Rack Git Smart-HTTP Server Handler
30 30 gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
... ...
Gemfile.lock
... ... @@ -171,7 +171,7 @@ GEM
171 171 stringex (~> 1.5.1)
172 172 gitlab-grack (1.0.1)
173 173 rack (~> 1.4.1)
174   - gitlab-grit (2.6.0)
  174 + gitlab-grit (2.6.1)
175 175 charlock_holmes (~> 0.6.9)
176 176 diff-lcs (~> 1.1)
177 177 mime-types (~> 1.15)
... ... @@ -179,10 +179,10 @@ GEM
179 179 gitlab-pygments.rb (0.3.2)
180 180 posix-spawn (~> 0.3.6)
181 181 yajl-ruby (~> 1.1.0)
182   - gitlab_git (3.0.0.rc1)
  182 + gitlab_git (3.0.0.rc2)
183 183 activesupport (~> 3.2.13)
184 184 github-linguist (~> 2.3.4)
185   - gitlab-grit (~> 2.6.0)
  185 + gitlab-grit (~> 2.6.1)
186 186 gitlab_meta (6.0)
187 187 gitlab_omniauth-ldap (1.0.3)
188 188 net-ldap (~> 0.3.1)
... ... @@ -581,7 +581,7 @@ DEPENDENCIES
581 581 gitlab-gollum-lib (~> 1.0.1)
582 582 gitlab-grack (~> 1.0.1)
583 583 gitlab-pygments.rb (~> 0.3.2)
584   - gitlab_git (~> 3.0.0.rc1)
  584 + gitlab_git (~> 3.0.0.rc2)
585 585 gitlab_meta (= 6.0)
586 586 gitlab_omniauth-ldap (= 1.0.3)
587 587 gon
... ...