Merged 7.6.1
Showing
... | ... | @@ -31,10 +31,11 @@ gem 'omniauth-google-oauth2' |
gem 'omniauth-twitter' | ||
gem 'omniauth-github' | ||
gem 'omniauth-shibboleth' | ||
gem 'omniauth-kerberos' | ||
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '7.0.0.rc11' | ||
gem "gitlab_git", '7.0.0.rc12' | ||
# Ruby/Rack Git Smart-HTTP Server Handler | ||
gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ||
... | ... | @@ -115,7 +116,7 @@ gem "acts-as-taggable-on" |
# Background jobs | ||
gem 'slim' | ||
gem 'sinatra', require: nil | ||
gem 'sidekiq', '2.17.0' | ||
gem 'sidekiq', '2.17.8' | ||
# HTTP requests | ||
gem "httparty" | ||
... | ... | @@ -137,7 +138,7 @@ gem "redis-rails" |
gem 'tinder', '~> 1.9.2' | ||
# HipChat integration | ||
gem "hipchat", "~> 0.14.0" | ||
gem "hipchat", "~> 1.4.0" | ||
# Flowdock integration | ||
gem "gitlab-flowdock-git-hook", "~> 0.4.2" | ||
... | ... |
app/helpers/git_helper.rb
0 → 100644
app/models/identity.rb
0 → 100644
doc/operations/README.md
0 → 100644
doc/update/7.5-to-7.6.md
0 → 100644
docker/Dockerfile
0 → 100644
docker/README.md
0 → 100644
docker/gitlab.rb
0 → 100644
docker/troubleshooting.md
0 → 100644
Please register or sign in to comment