Commit 41b55d75f54e55b6a840bda04e7bae5d0f8dedb8

Authored by Dmitriy Zaporozhets
1 parent d701d586

Use gitlab_git from rubygems

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 2 changed files with 7 additions and 12 deletions   Show diff stats
@@ -29,7 +29,7 @@ gem &#39;omniauth-github&#39; @@ -29,7 +29,7 @@ gem &#39;omniauth-github&#39;
29 29
30 # Extracting information from a git repository 30 # Extracting information from a git repository
31 # Provide access to Gitlab::Git library 31 # Provide access to Gitlab::Git library
32 -gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git' 32 +gem "gitlab_git", '~> 5.1.0'
33 33
34 # Ruby/Rack Git Smart-HTTP Server Handler 34 # Ruby/Rack Git Smart-HTTP Server Handler
35 gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' 35 gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack'
@@ -5,16 +5,6 @@ GIT @@ -5,16 +5,6 @@ GIT
5 specs: 5 specs:
6 github-markup (0.7.6) 6 github-markup (0.7.6)
7 7
8 -GIT  
9 - remote: https://gitlab.com/gitlab-org/gitlab_git.git  
10 - revision: 9e833986399f967e535e6559ac8c3d2c66ae046c  
11 - specs:  
12 - gitlab_git (5.1.0.pre)  
13 - activesupport (~> 4.0.0)  
14 - gitlab-grit (~> 2.6.1)  
15 - gitlab-linguist (~> 3.0.0)  
16 - rugged (~> 0.19.0)  
17 -  
18 GEM 8 GEM
19 remote: https://rubygems.org/ 9 remote: https://rubygems.org/
20 specs: 10 specs:
@@ -186,6 +176,11 @@ GEM @@ -186,6 +176,11 @@ GEM
186 charlock_holmes (~> 0.6.6) 176 charlock_holmes (~> 0.6.6)
187 escape_utils (~> 0.2.4) 177 escape_utils (~> 0.2.4)
188 mime-types (~> 1.19) 178 mime-types (~> 1.19)
  179 + gitlab_git (5.1.0)
  180 + activesupport (~> 4.0.0)
  181 + gitlab-grit (~> 2.6.1)
  182 + gitlab-linguist (~> 3.0.0)
  183 + rugged (~> 0.19.0)
189 gitlab_meta (6.0) 184 gitlab_meta (6.0)
190 gitlab_omniauth-ldap (1.0.4) 185 gitlab_omniauth-ldap (1.0.4)
191 net-ldap (~> 0.3.1) 186 net-ldap (~> 0.3.1)
@@ -581,7 +576,7 @@ DEPENDENCIES @@ -581,7 +576,7 @@ DEPENDENCIES
581 gitlab-gollum-lib (~> 1.1.0) 576 gitlab-gollum-lib (~> 1.1.0)
582 gitlab-grack (~> 2.0.0.pre) 577 gitlab-grack (~> 2.0.0.pre)
583 gitlab-linguist (~> 3.0.0) 578 gitlab-linguist (~> 3.0.0)
584 - gitlab_git! 579 + gitlab_git (~> 5.1.0)
585 gitlab_meta (= 6.0) 580 gitlab_meta (= 6.0)
586 gitlab_omniauth-ldap (= 1.0.4) 581 gitlab_omniauth-ldap (= 1.0.4)
587 gon (~> 5.0.0) 582 gon (~> 5.0.0)