Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
Conflicts: app/views/help/index.html.haml lib/gitlab/git_access.rb public/500.html public/502.html
Showing
... | ... | @@ -23,7 +23,7 @@ gem "pg", group: :postgres |
# Auth | ||
gem "devise", '3.2.4' | ||
gem "devise-async", '0.9.0' | ||
gem 'omniauth', "~> 1.1.3" | ||
gem 'omniauth', "~> 1.2.2" | ||
gem 'omniauth-google-oauth2' | ||
gem 'omniauth-twitter' | ||
gem 'omniauth-github' | ||
... | ... | @@ -44,7 +44,7 @@ gem "browser" |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.1.11' | ||
gem "gitlab_git", '~> 7.1.12' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.2', require: 'grack' | ||
... | ... |
lib/version_check.rb
0 → 100644
safe/public.pem
deleted
100644 → 0
Please register or sign in to comment