Commit 4b6c93c127799d088e16be5028088c0d6f48b578
Exists in
spb-stable
and in
2 other branches
Merge branch 'bump-gitlab-git' into 'master'
Bump gitlab git Makes Commit#find method much faster on bigger repos. Partly fixes #1306
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Gemfile.lock
@@ -175,7 +175,7 @@ GEM | @@ -175,7 +175,7 @@ GEM | ||
175 | mime-types (~> 1.19) | 175 | mime-types (~> 1.19) |
176 | gitlab_emoji (0.0.1.1) | 176 | gitlab_emoji (0.0.1.1) |
177 | emoji (~> 1.0.1) | 177 | emoji (~> 1.0.1) |
178 | - gitlab_git (5.8.0) | 178 | + gitlab_git (5.9.0) |
179 | activesupport (~> 4.0) | 179 | activesupport (~> 4.0) |
180 | charlock_holmes (~> 0.6) | 180 | charlock_holmes (~> 0.6) |
181 | gitlab-grit (~> 2.6) | 181 | gitlab-grit (~> 2.6) |
@@ -534,7 +534,7 @@ GEM | @@ -534,7 +534,7 @@ GEM | ||
534 | eventmachine (>= 0.12.8) | 534 | eventmachine (>= 0.12.8) |
535 | http_parser.rb (~> 0.5.1) | 535 | http_parser.rb (~> 0.5.1) |
536 | simple_oauth (~> 0.1.4) | 536 | simple_oauth (~> 0.1.4) |
537 | - tzinfo (1.2.0) | 537 | + tzinfo (1.2.1) |
538 | thread_safe (~> 0.1) | 538 | thread_safe (~> 0.1) |
539 | uglifier (2.3.2) | 539 | uglifier (2.3.2) |
540 | execjs (>= 0.3.0) | 540 | execjs (>= 0.3.0) |