Merge branch 'ce-to-ee-2018-06-08' into 'master'
CE upstream - 2018-06-08 12:25 UTC Closes #5974, gitlab-qa#251, and gitlab-qa#258 See merge request gitlab-org/gitlab-ee!6058
Showing
... | ... | @@ -434,7 +434,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.100.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.101.0', require: 'gitaly' | ||
gem 'grpc', '~> 1.11.0' | ||
# Locked until https://github.com/google/protobuf/issues/4210 is closed | ||
... | ... |
lib/gitlab/git/version.rb
0 → 100644
... | ... | @@ -33,7 +33,6 @@ |
"classlist-polyfill": "^1.2.0", | ||
"clipboard": "^1.7.1", | ||
"compression-webpack-plugin": "^1.1.11", | ||
"copy-webpack-plugin": "^4.5.1", | ||
"core-js": "^2.4.1", | ||
"cropper": "^2.3.0", | ||
"css-loader": "^0.28.11", | ||
... | ... | @@ -66,7 +65,8 @@ |
"jszip-utils": "^0.0.2", | ||
"katex": "^0.8.3", | ||
"marked": "^0.3.12", | ||
"monaco-editor": "0.10.0", | ||
"monaco-editor": "0.13.1", | ||
"monaco-editor-webpack-plugin": "^1.2.1", | ||
"mousetrap": "^1.4.6", | ||
"pikaday": "^1.6.1", | ||
"popper.js": "^1.14.3", | ||
... | ... | @@ -96,9 +96,9 @@ |
"vue-template-compiler": "^2.5.16", | ||
"vue-virtual-scroll-list": "^1.2.5", | ||
"vuex": "^3.0.1", | ||
"webpack": "^4.7.0", | ||
"webpack": "^4.11.1", | ||
"webpack-bundle-analyzer": "^2.11.1", | ||
"webpack-cli": "^2.1.2", | ||
"webpack-cli": "^3.0.2", | ||
"webpack-stats-plugin": "^0.2.1", | ||
"worker-loader": "^2.0.0" | ||
}, | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment