Add latest changes from gitlab-org/gitlab@master
Showing
... | ... | @@ -455,9 +455,9 @@ gem 'google-protobuf', '~> 3.8.0' |
gem 'toml-rb', '~> 1.0.0', require: false | ||
# Feature toggles | ||
gem 'flipper', '~> 0.13.0' | ||
gem 'flipper-active_record', '~> 0.13.0' | ||
gem 'flipper-active_support_cache_store', '~> 0.13.0' | ||
gem 'flipper', '~> 0.17.1' | ||
gem 'flipper-active_record', '~> 0.17.1' | ||
gem 'flipper-active_support_cache_store', '~> 0.17.1' | ||
gem 'unleash', '~> 0.1.5' | ||
# Structured logging | ||
... | ... |
... | ... | @@ -37,8 +37,8 @@ |
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/plugin-syntax-import-meta": "^7.2.0", | ||
"@babel/preset-env": "^7.6.2", | ||
"@gitlab/svgs": "^1.78.0", | ||
"@gitlab/ui": "5.36.0", | ||
"@gitlab/svgs": "^1.79.0", | ||
"@gitlab/ui": "6.0.0", | ||
"@gitlab/visual-review-tools": "1.0.3", | ||
"apollo-cache-inmemory": "^1.5.1", | ||
"apollo-client": "^2.5.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment