Commit 41b55d75f54e55b6a840bda04e7bae5d0f8dedb8
1 parent
d701d586
Exists in
spb-stable
and in
3 other branches
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
Gemfile
... | ... | @@ -29,7 +29,7 @@ gem 'omniauth-github' |
29 | 29 | |
30 | 30 | # Extracting information from a git repository |
31 | 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 | 34 | # Ruby/Rack Git Smart-HTTP Server Handler |
35 | 35 | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ... | ... |
Gemfile.lock
... | ... | @@ -5,16 +5,6 @@ GIT |
5 | 5 | specs: |
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 | 8 | GEM |
19 | 9 | remote: https://rubygems.org/ |
20 | 10 | specs: |
... | ... | @@ -186,6 +176,11 @@ GEM |
186 | 176 | charlock_holmes (~> 0.6.6) |
187 | 177 | escape_utils (~> 0.2.4) |
188 | 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 | 184 | gitlab_meta (6.0) |
190 | 185 | gitlab_omniauth-ldap (1.0.4) |
191 | 186 | net-ldap (~> 0.3.1) |
... | ... | @@ -581,7 +576,7 @@ DEPENDENCIES |
581 | 576 | gitlab-gollum-lib (~> 1.1.0) |
582 | 577 | gitlab-grack (~> 2.0.0.pre) |
583 | 578 | gitlab-linguist (~> 3.0.0) |
584 | - gitlab_git! | |
579 | + gitlab_git (~> 5.1.0) | |
585 | 580 | gitlab_meta (= 6.0) |
586 | 581 | gitlab_omniauth-ldap (= 1.0.4) |
587 | 582 | gon (~> 5.0.0) | ... | ... |