Commit 04ccf8bc2f96eb73229a39278f84814b849262f2
1 parent
31e9f82e
Exists in
master
and in
4 other branches
Use gitlab_git v2.0.0
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
Gemfile
@@ -23,7 +23,7 @@ gem 'omniauth-github' | @@ -23,7 +23,7 @@ gem 'omniauth-github' | ||
23 | 23 | ||
24 | # Extracting information from a git repository | 24 | # Extracting information from a git repository |
25 | # Provide access to Gitlab::Git library | 25 | # Provide access to Gitlab::Git library |
26 | -gem "gitlab_git", "~> 2.0.0.pre" | 26 | +gem "gitlab_git", '2.0.0' |
27 | 27 | ||
28 | # Ruby/Rack Git Smart-HTTP Server Handler | 28 | # Ruby/Rack Git Smart-HTTP Server Handler |
29 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | 29 | gem 'gitlab-grack', '~> 1.0.1', require: 'grack' |
Gemfile.lock
@@ -186,7 +186,7 @@ GEM | @@ -186,7 +186,7 @@ GEM | ||
186 | gitlab-pygments.rb (0.3.2) | 186 | gitlab-pygments.rb (0.3.2) |
187 | posix-spawn (~> 0.3.6) | 187 | posix-spawn (~> 0.3.6) |
188 | yajl-ruby (~> 1.1.0) | 188 | yajl-ruby (~> 1.1.0) |
189 | - gitlab_git (2.0.0.pre) | 189 | + gitlab_git (2.0.0) |
190 | activesupport (~> 3.2.13) | 190 | activesupport (~> 3.2.13) |
191 | github-linguist (~> 2.3.4) | 191 | github-linguist (~> 2.3.4) |
192 | gitlab-grit (~> 2.6.0) | 192 | gitlab-grit (~> 2.6.0) |
@@ -285,7 +285,7 @@ GEM | @@ -285,7 +285,7 @@ GEM | ||
285 | minitest (4.7.4) | 285 | minitest (4.7.4) |
286 | modernizr (2.6.2) | 286 | modernizr (2.6.2) |
287 | sprockets (~> 2.0) | 287 | sprockets (~> 2.0) |
288 | - multi_json (1.7.8) | 288 | + multi_json (1.7.9) |
289 | multi_xml (0.5.4) | 289 | multi_xml (0.5.4) |
290 | multipart-post (1.2.0) | 290 | multipart-post (1.2.0) |
291 | mysql2 (0.3.11) | 291 | mysql2 (0.3.11) |
@@ -578,7 +578,7 @@ DEPENDENCIES | @@ -578,7 +578,7 @@ DEPENDENCIES | ||
578 | gitlab-gollum-lib (~> 1.0.1) | 578 | gitlab-gollum-lib (~> 1.0.1) |
579 | gitlab-grack (~> 1.0.1) | 579 | gitlab-grack (~> 1.0.1) |
580 | gitlab-pygments.rb (~> 0.3.2) | 580 | gitlab-pygments.rb (~> 0.3.2) |
581 | - gitlab_git (~> 2.0.0.pre) | 581 | + gitlab_git (= 2.0.0) |
582 | gitlab_meta (= 6.0) | 582 | gitlab_meta (= 6.0) |
583 | gitlab_omniauth-ldap (= 1.0.3) | 583 | gitlab_omniauth-ldap (= 1.0.3) |
584 | gon | 584 | gon |