Commit 538be102 authored by Valery Sizov's avatar Valery Sizov

Bump gitlab-elasticsearch-gem

parent 5c572335
...@@ -104,9 +104,9 @@ gem 'unf', '~> 0.1.4' ...@@ -104,9 +104,9 @@ gem 'unf', '~> 0.1.4'
gem 'seed-fu', '~> 2.3.5' gem 'seed-fu', '~> 2.3.5'
# Search # Search
gem 'elasticsearch-model' gem 'elasticsearch-model', '~> 0.1.9'
gem 'elasticsearch-rails' gem 'elasticsearch-rails', '~> 0.1.9'
gem 'gitlab-elasticsearch-git', '~> 1.0.1', require: "elasticsearch/git" gem 'gitlab-elasticsearch-git', '~> 1.1', require: "elasticsearch/git"
# Markdown and HTML processing # Markdown and HTML processing
gem 'html-pipeline', '~> 1.11.0' gem 'html-pipeline', '~> 1.11.0'
......
...@@ -169,17 +169,17 @@ GEM ...@@ -169,17 +169,17 @@ GEM
railties (>= 4.2) railties (>= 4.2)
dropzonejs-rails (0.7.2) dropzonejs-rails (0.7.2)
rails (> 3.1) rails (> 3.1)
elasticsearch (1.0.15) elasticsearch (1.1.0)
elasticsearch-api (= 1.0.15) elasticsearch-api (= 1.1.0)
elasticsearch-transport (= 1.0.15) elasticsearch-transport (= 1.1.0)
elasticsearch-api (1.0.15) elasticsearch-api (1.1.0)
multi_json multi_json
elasticsearch-model (0.1.8) elasticsearch-model (0.1.9)
activesupport (> 3) activesupport (> 3)
elasticsearch (> 0.4) elasticsearch (> 0.4)
hashie hashie
elasticsearch-rails (0.1.8) elasticsearch-rails (0.1.9)
elasticsearch-transport (1.0.15) elasticsearch-transport (1.1.0)
faraday faraday
multi_json multi_json
email_reply_trimmer (0.1.6) email_reply_trimmer (0.1.6)
...@@ -265,7 +265,7 @@ GEM ...@@ -265,7 +265,7 @@ GEM
mime-types (>= 1.19) mime-types (>= 1.19)
rugged (>= 0.23.0b) rugged (>= 0.23.0b)
github-markup (1.4.0) github-markup (1.4.0)
gitlab-elasticsearch-git (1.0.1) gitlab-elasticsearch-git (1.1.0)
activemodel (~> 4.2) activemodel (~> 4.2)
activesupport (~> 4.2) activesupport (~> 4.2)
charlock_holmes (~> 0.7) charlock_holmes (~> 0.7)
...@@ -889,8 +889,8 @@ DEPENDENCIES ...@@ -889,8 +889,8 @@ DEPENDENCIES
diffy (~> 3.1.0) diffy (~> 3.1.0)
doorkeeper (~> 4.2.0) doorkeeper (~> 4.2.0)
dropzonejs-rails (~> 0.7.1) dropzonejs-rails (~> 0.7.1)
elasticsearch-model elasticsearch-model (~> 0.1.9)
elasticsearch-rails elasticsearch-rails (~> 0.1.9)
email_reply_trimmer (~> 0.1) email_reply_trimmer (~> 0.1)
email_spec (~> 1.6.0) email_spec (~> 1.6.0)
factory_girl_rails (~> 4.7.0) factory_girl_rails (~> 4.7.0)
...@@ -908,7 +908,7 @@ DEPENDENCIES ...@@ -908,7 +908,7 @@ DEPENDENCIES
gemnasium-gitlab-service (~> 0.2) gemnasium-gitlab-service (~> 0.2)
gemojione (~> 3.0) gemojione (~> 3.0)
github-linguist (~> 4.7.0) github-linguist (~> 4.7.0)
gitlab-elasticsearch-git (~> 1.0.1) gitlab-elasticsearch-git (~> 1.1)
gitlab-flowdock-git-hook (~> 1.0.1) gitlab-flowdock-git-hook (~> 1.0.1)
gitlab-license (~> 1.0) gitlab-license (~> 1.0)
gitlab-markup (~> 1.5.1) gitlab-markup (~> 1.5.1)
......
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