Merge branch 'ce-to-ee-2017-07-20' into 'master'
CE upstream: Thursday Closes gitlab-com/support-forum#2246 See merge request !2486
Showing
... | ... | @@ -37,11 +37,13 @@ gem 'omniauth-saml', '~> 1.7.0' |
gem 'omniauth-shibboleth', '~> 1.2.0' | ||
gem 'omniauth-twitter', '~> 1.2.0' | ||
gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'gssapi', group: :kerberos | ||
gem 'omniauth-authentiq', '~> 0.3.0' | ||
gem 'omniauth-authentiq', '~> 0.3.1' | ||
gem 'rack-oauth2', '~> 1.2.1' | ||
gem 'jwt', '~> 1.5.6' | ||
# Kerberos authentication. EE-only | ||
gem 'gssapi', group: :kerberos | ||
# Spam and anti-bot protection | ||
gem 'recaptcha', '~> 3.0', require: 'recaptcha/rails' | ||
gem 'akismet', '~> 2.0' | ||
... | ... | @@ -400,7 +402,7 @@ gem 'sys-filesystem', '~> 1.1.6' |
gem 'net-ntp' | ||
# Gitaly GRPC client | ||
gem 'gitaly', '~> 0.14.0' | ||
gem 'gitaly', '~> 0.17.0' | ||
gem 'toml-rb', '~> 0.3.15', require: false | ||
... | ... |
app/helpers/hooks_helper.rb
0 → 100644
187 KB
File moved