Commit 4e0a2e3c968cd6be218577b3a615b888822c99cf
1 parent
e868de68
Exists in
spb-stable
and in
3 other branches
Bumped the gitlab_git gem version
Showing
2 changed files
with
3 additions
and
3 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", '~> 5.4.0' | 32 | +gem "gitlab_git", '~> 5.5.0' |
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
@@ -179,7 +179,7 @@ GEM | @@ -179,7 +179,7 @@ GEM | ||
179 | charlock_holmes (~> 0.6.6) | 179 | charlock_holmes (~> 0.6.6) |
180 | escape_utils (~> 0.2.4) | 180 | escape_utils (~> 0.2.4) |
181 | mime-types (~> 1.19) | 181 | mime-types (~> 1.19) |
182 | - gitlab_git (5.4.0) | 182 | + gitlab_git (5.5.0) |
183 | activesupport (~> 4.0.0) | 183 | activesupport (~> 4.0.0) |
184 | charlock_holmes (~> 0.6.9) | 184 | charlock_holmes (~> 0.6.9) |
185 | gitlab-grit (~> 2.6.1) | 185 | gitlab-grit (~> 2.6.1) |
@@ -587,7 +587,7 @@ DEPENDENCIES | @@ -587,7 +587,7 @@ DEPENDENCIES | ||
587 | gitlab-gollum-lib (~> 1.1.0) | 587 | gitlab-gollum-lib (~> 1.1.0) |
588 | gitlab-grack (~> 2.0.0.pre) | 588 | gitlab-grack (~> 2.0.0.pre) |
589 | gitlab-linguist (~> 3.0.0) | 589 | gitlab-linguist (~> 3.0.0) |
590 | - gitlab_git (~> 5.4.0) | 590 | + gitlab_git (~> 5.5.0) |
591 | gitlab_meta (= 6.0) | 591 | gitlab_meta (= 6.0) |
592 | gitlab_omniauth-ldap (= 1.0.4) | 592 | gitlab_omniauth-ldap (= 1.0.4) |
593 | gon (~> 5.0.0) | 593 | gon (~> 5.0.0) |