Commit f297c6b3d722af6fbeaa2cd5cfa30d552f6d1c41
1 parent
97a4d8ae
Exists in
spb-stable
and in
3 other branches
BUmp gitlab-git version (Blobs via rugged)
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
Gemfile
@@ -29,7 +29,7 @@ gem 'omniauth-github' | @@ -29,7 +29,7 @@ gem 'omniauth-github' | ||
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', ref: '39bc4f043414f1e49f802ed633fa20e6400bfa49' | 32 | +gem "gitlab_git", git: 'https://gitlab.com/gitlab-org/gitlab_git.git' |
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' |
Gemfile.lock
@@ -7,8 +7,7 @@ GIT | @@ -7,8 +7,7 @@ GIT | ||
7 | 7 | ||
8 | GIT | 8 | GIT |
9 | remote: https://gitlab.com/gitlab-org/gitlab_git.git | 9 | remote: https://gitlab.com/gitlab-org/gitlab_git.git |
10 | - revision: 39bc4f043414f1e49f802ed633fa20e6400bfa49 | ||
11 | - ref: 39bc4f043414f1e49f802ed633fa20e6400bfa49 | 10 | + revision: 9e833986399f967e535e6559ac8c3d2c66ae046c |
12 | specs: | 11 | specs: |
13 | gitlab_git (5.1.0.pre) | 12 | gitlab_git (5.1.0.pre) |
14 | activesupport (~> 4.0.0) | 13 | activesupport (~> 4.0.0) |
@@ -325,7 +324,7 @@ GEM | @@ -325,7 +324,7 @@ GEM | ||
325 | multi_json (~> 1.0) | 324 | multi_json (~> 1.0) |
326 | websocket-driver (>= 0.2.0) | 325 | websocket-driver (>= 0.2.0) |
327 | polyglot (0.3.3) | 326 | polyglot (0.3.3) |
328 | - posix-spawn (0.3.6) | 327 | + posix-spawn (0.3.8) |
329 | protected_attributes (1.0.5) | 328 | protected_attributes (1.0.5) |
330 | activemodel (>= 4.0.1, < 5.0) | 329 | activemodel (>= 4.0.1, < 5.0) |
331 | pry (0.9.12.4) | 330 | pry (0.9.12.4) |