Merge master from CE
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
... | ... | @@ -24,7 +24,7 @@ gem 'omniauth-shibboleth' |
gem 'omniauth-kerberos', group: :kerberos | ||
gem 'omniauth-gitlab' | ||
gem 'omniauth-bitbucket' | ||
gem 'omniauth-saml' | ||
gem 'omniauth-saml', '~> 1.4.0' | ||
gem 'doorkeeper', '2.1.3' | ||
gem "rack-oauth2", "~> 1.0.5" | ||
... | ... | @@ -38,7 +38,7 @@ gem "browser", '~> 0.8.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.6' | ||
gem "gitlab_git", '~> 7.2.12' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
# GitLab fork with a lot of changes (improved thread-safety, better memory usage etc) | ||
... | ... | @@ -151,7 +151,7 @@ gem 'tinder', '~> 1.9.2' |
gem 'hipchat', '~> 1.5.0' | ||
# Flowdock integration | ||
gem "gitlab-flowdock-git-hook", "~> 0.4.2" | ||
gem "gitlab-flowdock-git-hook", "~> 1.0.1" | ||
# Gemnasium integration | ||
gem "gemnasium-gitlab-service", "~> 0.2" | ||
... | ... |
File moved
Please register or sign in to comment