Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-01-09
# Conflicts: # app/views/admin/application_settings/_form.html.haml # db/migrate/20160301174731_add_fingerprint_index.rb # db/schema.rb # doc/administration/operations/fast_ssh_key_lookup.md # doc/administration/operations/index.md [ci skip]
Showing
... | ... | @@ -73,6 +73,10 @@ gem 'net-ldap' |
# Git Wiki | ||
# Required manually in config/initializers/gollum.rb to control load order | ||
gem 'gollum-lib', '~> 4.2', require: false | ||
# Before updating this gem, check if | ||
# https://github.com/gollum/rugged_adapter/pull/28 has been merged. | ||
# If it has, then remove the monkey patch for tree_entry in config/initializers/gollum.rb | ||
gem 'gollum-rugged_adapter', '~> 0.4.4', require: false | ||
# Language detection | ||
... | ... | @@ -81,7 +85,7 @@ gem 'github-linguist', '~> 4.7.0', require: 'linguist' |
# API | ||
gem 'grape', '~> 1.0' | ||
gem 'grape-entity', '~> 0.6.0' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
gem 'hashie-forbidden_attributes' | ||
... | ... |
This diff is collapsed.
... | ... | @@ -15,7 +15,6 @@ |
"dependencies": { | ||
"autosize": "^4.0.0", | ||
"axios": "^0.17.1", | ||
"axios-mock-adapter": "^1.10.0", | ||
"babel-core": "^6.26.0", | ||
"babel-eslint": "^8.0.2", | ||
"babel-loader": "^7.1.2", | ||
... | ... | @@ -91,6 +90,7 @@ |
}, | ||
"devDependencies": { | ||
"@gitlab-org/gitlab-svgs": "^1.5.0", | ||
"axios-mock-adapter": "^1.10.0", | ||
"babel-plugin-istanbul": "^4.1.5", | ||
"eslint": "^3.10.1", | ||
"eslint-config-airbnb-base": "^10.0.1", | ||
... | ... |
Please register or sign in to comment