diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2016-07-29 19:31:37 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2016-08-03 19:23:44 +0200 |
commit | a16c26c957ae893f6957fd0ad66c189d0b8ca079 (patch) | |
tree | e4c7b4f20613947cdfb3499a61633e0b3819b6b5 /Gemfile.lock | |
parent | f4282412be181701ee43369dd092a69c3b3b9e65 (diff) | |
download | gitlab-ce-a16c26c957ae893f6957fd0ad66c189d0b8ca079.tar.gz |
Speed up Commit#repo_changes
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7b4175ea824..866f5014847 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM diff-lcs (~> 1.1) mime-types (>= 1.16, < 3) posix-spawn (~> 0.3) - gitlab_git (10.4.2) + gitlab_git (10.4.3) activesupport (~> 4.0) charlock_holmes (~> 0.7.3) github-linguist (~> 4.7.0) @@ -870,7 +870,7 @@ DEPENDENCIES github-linguist (~> 4.7.0) github-markup (~> 1.4) gitlab-flowdock-git-hook (~> 1.0.1) - gitlab_git (~> 10.4.2) + gitlab_git (~> 10.4.3) gitlab_meta (= 7.0) gitlab_omniauth-ldap (~> 1.2.1) gollum-lib (~> 4.2) |