Merge branch 'ce-to-ee-2018-11-19' into 'master'
CE upstream - 2018-11-19 17:21 UTC Closes gitlab-ce#54093, gitlab-ui#65, and gitlab-ui#95 See merge request gitlab-org/gitlab-ee!8510
Showing
... | ... | @@ -14,6 +14,9 @@ source 'https://rubygems.org' |
gem 'rails', gem_versions['rails'] | ||
gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
# Improves copy-on-write performance for MRI | ||
gem 'nakayoshi_fork', '~> 0.0.4' | ||
# Responders respond_to and respond_with | ||
gem 'responders', '~> 2.0' | ||
... | ... | @@ -146,7 +149,7 @@ gem 'rdoc', '~> 6.0' |
gem 'org-ruby', '~> 0.9.12' | ||
gem 'creole', '~> 0.5.0' | ||
gem 'wikicloth', '0.8.1' | ||
gem 'asciidoctor', '~> 1.5.6' | ||
gem 'asciidoctor', '~> 1.5.8' | ||
gem 'asciidoctor-plantuml', '0.0.8' | ||
gem 'rouge', '~> 3.1' | ||
gem 'truncato', '~> 0.7.9' | ||
... | ... | @@ -236,7 +239,7 @@ gem 'slack-notifier', '~> 1.5.1' |
gem 'hangouts-chat', '~> 0.0.5' | ||
# Asana integration | ||
gem 'asana', '~> 0.6.0' | ||
gem 'asana', '~> 0.8.1' | ||
# FogBugz integration | ||
gem 'ruby-fogbugz', '~> 0.2.1' | ||
... | ... |
... | ... | @@ -24,8 +24,8 @@ |
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-syntax-import-meta": "^7.0.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"@gitlab/svgs": "^1.38.0", | ||
"@gitlab/ui": "^1.11.0", | ||
"@gitlab/svgs": "^1.35.0", | ||
"autosize": "^4.0.0", | ||
"axios": "^0.17.1", | ||
"babel-loader": "^8.0.4", | ||
... | ... |
Please register or sign in to comment