Commit 65d92fc4 authored by Valery Sizov's avatar Valery Sizov

update gitlab-elasticsearch-git

parent 707338fb
......@@ -9,6 +9,7 @@ v 8.4.4
- Fix category values for Jenkins and JenkinsDeprecated services
- Fix Elasticsearch indexing for newly added snippets
- Make Elasticsearch indexer more stable
- Update gitlab-elasticsearch-git to 0.0.10 which contain a few important fixes
v 8.4.3
- Elasticsearch: fix partial blob indexing on push
......
......@@ -94,7 +94,7 @@ gem "seed-fu", '~> 2.3.5'
# Search
gem 'elasticsearch-model'
gem 'elasticsearch-rails'
gem 'gitlab-elasticsearch-git', '~> 0.0.9', require: "elasticsearch/git"
gem 'gitlab-elasticsearch-git', '~> 0.0.10', require: "elasticsearch/git"
# Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0'
......
......@@ -358,7 +358,7 @@ GEM
mime-types (>= 1.19)
rugged (>= 0.23.0b)
github-markup (1.3.3)
gitlab-elasticsearch-git (0.0.9)
gitlab-elasticsearch-git (0.0.10)
activemodel (~> 4.2)
activesupport (~> 4.2)
charlock_holmes (~> 0.7)
......@@ -958,7 +958,7 @@ DEPENDENCIES
gemnasium-gitlab-service (~> 0.2)
github-linguist (~> 4.7.0)
github-markup (~> 1.3.1)
gitlab-elasticsearch-git (~> 0.0.9)
gitlab-elasticsearch-git (~> 0.0.10)
gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-license (~> 0.0.4)
gitlab_emoji (~> 0.2.0)
......
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