Commit 128ef337078298966e499365e7dcb6272606b3b5
1 parent
88c741dd
Exists in
master
and in
4 other branches
use rubygems for gitlab_git gem
Showing
2 changed files
with
6 additions
and
10 deletions
Show diff stats
Gemfile
... | ... | @@ -23,7 +23,7 @@ gem 'omniauth-github' |
23 | 23 | |
24 | 24 | # Extracting information from a git repository |
25 | 25 | # Provide access to Gitlab::Git library |
26 | -gem 'gitlab_git', path: '../gitlab_git'#'~> 1.4.1' | |
26 | +gem "gitlab_git", "~> 2.0.0.pre" | |
27 | 27 | |
28 | 28 | # Ruby/Rack Git Smart-HTTP Server Handler |
29 | 29 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | ... | ... |
Gemfile.lock
... | ... | @@ -12,14 +12,6 @@ GIT |
12 | 12 | specs: |
13 | 13 | raphael-rails (2.1.0) |
14 | 14 | |
15 | -PATH | |
16 | - remote: ../gitlab_git | |
17 | - specs: | |
18 | - gitlab_git (1.4.1) | |
19 | - activesupport (~> 3.2.13) | |
20 | - github-linguist (~> 2.3.4) | |
21 | - gitlab-grit (~> 2.6.0) | |
22 | - | |
23 | 15 | GEM |
24 | 16 | remote: https://rubygems.org/ |
25 | 17 | specs: |
... | ... | @@ -184,6 +176,10 @@ GEM |
184 | 176 | gitlab-pygments.rb (0.3.2) |
185 | 177 | posix-spawn (~> 0.3.6) |
186 | 178 | yajl-ruby (~> 1.1.0) |
179 | + gitlab_git (2.0.0.pre) | |
180 | + activesupport (~> 3.2.13) | |
181 | + github-linguist (~> 2.3.4) | |
182 | + gitlab-grit (~> 2.6.0) | |
187 | 183 | gitlab_meta (6.0) |
188 | 184 | gitlab_omniauth-ldap (1.0.3) |
189 | 185 | net-ldap (~> 0.3.1) |
... | ... | @@ -572,7 +568,7 @@ DEPENDENCIES |
572 | 568 | gitlab-gollum-lib (~> 1.0.1) |
573 | 569 | gitlab-grack (~> 1.0.1) |
574 | 570 | gitlab-pygments.rb (~> 0.3.2) |
575 | - gitlab_git! | |
571 | + gitlab_git (~> 2.0.0.pre) | |
576 | 572 | gitlab_meta (= 6.0) |
577 | 573 | gitlab_omniauth-ldap (= 1.0.3) |
578 | 574 | gon | ... | ... |