Merge branch 'master' into install-guide-improvements
Conflicts: doc/install/installation.md
Showing
... | ... | @@ -29,7 +29,7 @@ gem 'gitlab_git', '~> 1.3.0' |
gem 'gitlab-grack', '~> 1.0.1', require: 'grack' | ||
# LDAP Auth | ||
gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" | ||
gem 'gitlab_omniauth-ldap', '1.0.3', require: "omniauth-ldap" | ||
# Syntax highlighter | ||
gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' | ||
... | ... | @@ -72,6 +72,9 @@ gem "seed-fu" |
gem "redcarpet", "~> 2.2.2" | ||
gem "github-markup", "~> 0.7.4", require: 'github/markup' | ||
# Asciidoc to HTML | ||
gem "asciidoctor" | ||
# Servers | ||
gem "puma", '~> 2.0.1' | ||
... | ... |
doc/update/5.2-to-5.3.md
0 → 100644
lib/gitlab/blacklist.rb
0 → 100644
Please register or sign in to comment