summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-08-11 23:22:20 -0700
committerStan Hu <stanhu@gmail.com>2017-08-11 23:22:20 -0700
commit07f8105f9786493d327716026a37875f7c7ef0d6 (patch)
treed417d106e27b831e7c26bd44377af877c41a7e5f /Gemfile
parent7b70d01279ea7de784b63ce41c52d460b93afbf9 (diff)
parent2b950014c35534c817c58ebf43dcbf4bbf490b9e (diff)
downloadgitlab-ce-07f8105f9786493d327716026a37875f7c7ef0d6.tar.gz
Merge branch 'master' into sh-headless-chrome-support
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index c96831283a3..674f758f456 100644
--- a/Gemfile
+++ b/Gemfile
@@ -64,7 +64,7 @@ gem 'gpgme'
# LDAP Auth
# GitLab fork with several improvements to original library. For full list of changes
# see https://github.com/intridea/omniauth-ldap/compare/master...gitlabhq:master
-gem 'gitlab_omniauth-ldap', '~> 2.0.3', require: 'omniauth-ldap'
+gem 'gitlab_omniauth-ldap', '~> 2.0.4', require: 'omniauth-ldap'
gem 'net-ldap'
# Git Wiki
@@ -402,7 +402,7 @@ group :ed25519 do
end
# Gitaly GRPC client
-gem 'gitaly', '~> 0.26.0'
+gem 'gitaly', '~> 0.27.0'
gem 'toml-rb', '~> 0.3.15', require: false