Commit 233c9b8587d481af6b21099aaa22359a4ff502c4

Authored by Dmitriy Zaporozhets
1 parent 13dd7eb4

Use gitlab_git gem

Showing 2 changed files with 8 additions and 16 deletions   Show diff stats
@@ -22,11 +22,9 @@ gem 'omniauth-twitter' @@ -22,11 +22,9 @@ gem 'omniauth-twitter'
22 gem 'omniauth-github' 22 gem 'omniauth-github'
23 23
24 # Extracting information from a git repository 24 # Extracting information from a git repository
25 -# Since gollum requires grit we cannot use gitlab-grit gem name any more. Use grit instead 25 +# We cannot use original git since some bugs
26 gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d' 26 gem "grit", '~> 2.5.0', git: 'https://github.com/gitlabhq/grit.git', ref: '42297cdcee16284d2e4eff23d41377f52fc28b9d'
27 -gem 'grit_ext', '~> 0.8.1'  
28 -  
29 -gem 'gitlab_git', git: 'https://github.com/gitlabhq/gitlab_git.git', ref: '40703ee3925102a77f70c038b1948c251a9aaa46' 27 +gem 'gitlab_git', '~> 1.0.0'
30 28
31 # Ruby/Rack Git Smart-HTTP Server Handler 29 # Ruby/Rack Git Smart-HTTP Server Handler
32 gem 'gitlab-grack', '~> 1.0.0', require: 'grack' 30 gem 'gitlab-grack', '~> 1.0.0', require: 'grack'
@@ -7,16 +7,6 @@ GIT @@ -7,16 +7,6 @@ GIT
7 rake (>= 0.8.7) 7 rake (>= 0.8.7)
8 8
9 GIT 9 GIT
10 - remote: https://github.com/gitlabhq/gitlab_git.git  
11 - revision: 40703ee3925102a77f70c038b1948c251a9aaa46  
12 - ref: 40703ee3925102a77f70c038b1948c251a9aaa46  
13 - specs:  
14 - gitlab_git (1.0.0)  
15 - activesupport (~> 3.2.13)  
16 - github-linguist (~> 2.3.4)  
17 - grit (~> 2.5.0)  
18 -  
19 -GIT  
20 remote: https://github.com/gitlabhq/grit.git 10 remote: https://github.com/gitlabhq/grit.git
21 revision: 42297cdcee16284d2e4eff23d41377f52fc28b9d 11 revision: 42297cdcee16284d2e4eff23d41377f52fc28b9d
22 ref: 42297cdcee16284d2e4eff23d41377f52fc28b9d 12 ref: 42297cdcee16284d2e4eff23d41377f52fc28b9d
@@ -174,6 +164,11 @@ GEM @@ -174,6 +164,11 @@ GEM
174 gitlab-pygments.rb (0.3.2) 164 gitlab-pygments.rb (0.3.2)
175 posix-spawn (~> 0.3.6) 165 posix-spawn (~> 0.3.6)
176 yajl-ruby (~> 1.1.0) 166 yajl-ruby (~> 1.1.0)
  167 + gitlab_git (1.0.0)
  168 + activesupport (~> 3.2.13)
  169 + github-linguist (~> 2.3.4)
  170 + grit (~> 2.5.0)
  171 + grit_ext (~> 0.8.1)
177 gitlab_meta (5.0) 172 gitlab_meta (5.0)
178 gitlab_omniauth-ldap (1.0.2) 173 gitlab_omniauth-ldap (1.0.2)
179 net-ldap (~> 0.2.2) 174 net-ldap (~> 0.2.2)
@@ -511,7 +506,7 @@ DEPENDENCIES @@ -511,7 +506,7 @@ DEPENDENCIES
511 github-markup (~> 0.7.4) 506 github-markup (~> 0.7.4)
512 gitlab-grack (~> 1.0.0) 507 gitlab-grack (~> 1.0.0)
513 gitlab-pygments.rb (~> 0.3.2) 508 gitlab-pygments.rb (~> 0.3.2)
514 - gitlab_git! 509 + gitlab_git (~> 1.0.0)
515 gitlab_meta (= 5.0) 510 gitlab_meta (= 5.0)
516 gitlab_omniauth-ldap (= 1.0.2) 511 gitlab_omniauth-ldap (= 1.0.2)
517 gollum-lib (~> 1.0.0) 512 gollum-lib (~> 1.0.0)
@@ -519,7 +514,6 @@ DEPENDENCIES @@ -519,7 +514,6 @@ DEPENDENCIES
519 grape (~> 0.3.1) 514 grape (~> 0.3.1)
520 grape-entity (~> 0.2.0) 515 grape-entity (~> 0.2.0)
521 grit (~> 2.5.0)! 516 grit (~> 2.5.0)!
522 - grit_ext (~> 0.8.1)  
523 growl 517 growl
524 guard-rspec 518 guard-rspec
525 guard-spinach 519 guard-spinach