Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Mok <su9ar.mo@gmail.com>2013-08-24 07:27:08 +0400
committerSteven Mok <su9ar.mo@gmail.com>2013-08-24 07:27:08 +0400
commit6f70d6977aa60ed7166726b0cb19035b77ca955d (patch)
tree0f43ebc56ca6e46e245e2877709b3972255d42e3 /Gemfile
parent21e3d848b464f8cabbbddb3d2d4e2b697d4476b0 (diff)
Select files with diff filter for graph log
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d950f43b205..c80705af316 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,7 +23,7 @@ gem 'omniauth-github'
# Extracting information from a git repository
# Provide access to Gitlab::Git library
-gem "gitlab_git", '2.1.0'
+gem "gitlab_git", '2.1.1'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.1', require: 'grack'