Backport EE changes to config/application.rb
This backports the EE changes made to this config file to CE. EE specific bits do not need an `if Gitlab.ee?`, as everything will work transparently when using CE.
Showing
... | ... | @@ -123,7 +123,7 @@ gem 'seed-fu', '~> 2.3.7' |
# Search | ||
gem 'elasticsearch-model', '~> 0.1.9' | ||
gem 'elasticsearch-rails', '~> 0.1.9' | ||
gem 'elasticsearch-rails', '~> 0.1.9', require: 'elasticsearch/rails/instrumentation' | ||
gem 'elasticsearch-api', '5.0.3' | ||
gem 'aws-sdk' | ||
gem 'faraday_middleware-aws-signers-v4' | ||
... | ... |
Please register or sign in to comment