Commit f94cd02e authored by Valery Sizov's avatar Valery Sizov

Bump gitlab-elasticsearch-git

parent 9d504574
......@@ -6,6 +6,7 @@ v 8.11.0 (unreleased)
- [Elastic][Fix] Commit search breaks for some URLs on gitlab-ce project
- Removed unused GitLab GEO database index
- Enable monitoring for ES classes
- [Elastic] Improve code search
v 8.10.5
- Used cached value of project count in `Elastic::RepositoriesSearch` to reduce DB load. !637
......
......@@ -111,7 +111,7 @@ gem 'seed-fu', '~> 2.3.5'
# Search
gem 'elasticsearch-model'
gem 'elasticsearch-rails'
gem 'gitlab-elasticsearch-git', '~> 0.0.15', require: "elasticsearch/git"
gem 'gitlab-elasticsearch-git', '~> 0.0.16', require: "elasticsearch/git"
# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
......
......@@ -282,7 +282,7 @@ GEM
mime-types (>= 1.19)
rugged (>= 0.23.0b)
github-markup (1.4.0)
gitlab-elasticsearch-git (0.0.15)
gitlab-elasticsearch-git (0.0.16)
activemodel (~> 4.2)
activesupport (~> 4.2)
charlock_holmes (~> 0.7)
......@@ -898,7 +898,7 @@ DEPENDENCIES
gemojione (~> 3.0)
github-linguist (~> 4.7.0)
github-markup (~> 1.4)
gitlab-elasticsearch-git (~> 0.0.15)
gitlab-elasticsearch-git (~> 0.0.16)
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-license (~> 1.0)
gitlab_git (~> 10.4.5)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment