summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-13 16:57:47 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-13 16:57:47 +0300
commitb6fdca9c81e617062f86bcd3a1d4d35f058faad1 (patch)
tree311eb4c7f1f29f422ec8dba5145542158650fe16
parent04ccf8bc2f96eb73229a39278f84814b849262f2 (diff)
downloadgitlab-ce-b6fdca9c81e617062f86bcd3a1d4d35f058faad1.tar.gz
Update gitlab_git to 2.0.1
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index d8c7c65cf76..c78f5258a41 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.0.0'
+gem "gitlab_git", '2.0.1'
# Ruby/Rack Git Smart-HTTP Server Handler
gem 'gitlab-grack', '~> 1.0.1', require: 'grack'
diff --git a/Gemfile.lock b/Gemfile.lock
index 03ce80eb01c..37a2299d2c6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -186,7 +186,7 @@ GEM
gitlab-pygments.rb (0.3.2)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
- gitlab_git (2.0.0)
+ gitlab_git (2.0.1)
activesupport (~> 3.2.13)
github-linguist (~> 2.3.4)
gitlab-grit (~> 2.6.0)
@@ -578,7 +578,7 @@ DEPENDENCIES
gitlab-gollum-lib (~> 1.0.1)
gitlab-grack (~> 1.0.1)
gitlab-pygments.rb (~> 0.3.2)
- gitlab_git (= 2.0.0)
+ gitlab_git (= 2.0.1)
gitlab_meta (= 6.0)
gitlab_omniauth-ldap (= 1.0.3)
gon