Commit 481c37200c11ed2b0b314c550539a7fa42a00432

Authored by Dmitriy Zaporozhets
2 parents 8d6343b3 6f70d697

Merge pull request #4879 from sugarmo/master

Select files with diff filter for graph log
Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
@@ -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.1.0' 26 +gem "gitlab_git", '2.1.1'
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'
@@ -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.1.0) 189 + gitlab_git (2.1.1)
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)
@@ -576,7 +576,7 @@ DEPENDENCIES @@ -576,7 +576,7 @@ DEPENDENCIES
576 gitlab-gollum-lib (~> 1.0.1) 576 gitlab-gollum-lib (~> 1.0.1)
577 gitlab-grack (~> 1.0.1) 577 gitlab-grack (~> 1.0.1)
578 gitlab-pygments.rb (~> 0.3.2) 578 gitlab-pygments.rb (~> 0.3.2)
579 - gitlab_git (= 2.1.0) 579 + gitlab_git (= 2.1.1)
580 gitlab_meta (= 6.0) 580 gitlab_meta (= 6.0)
581 gitlab_omniauth-ldap (= 1.0.3) 581 gitlab_omniauth-ldap (= 1.0.3)
582 gon 582 gon