diff options
author | Valery Sizov <vsv2711@gmail.com> | 2016-01-07 10:54:29 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2016-01-07 10:54:29 +0200 |
commit | 8c8b8978cff03344d0331d3bfae4dfa1bedf37af (patch) | |
tree | b30a7722aa687b00bd9b358e79efe1521b2dac37 /Gemfile.lock | |
parent | aacc700c4aa6cfce1db1d09b9029f2e63c0f13b6 (diff) | |
download | gitlab-ce-elasticsearch.tar.gz |
elastic: almost all integrated exept view logicelasticsearch
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9e920414046..475b7b176fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,19 @@ +GIT + remote: git://github.com/elasticsearch/elasticsearch-rails.git + revision: 88b6597e47c9f45024b603faeddb0a85b47e1fce + ref: 88b6597e47c9f45024b603faeddb0a85b47e1fce + specs: + elasticsearch-model (0.1.0.rc1) + activesupport (> 3) + elasticsearch (> 0.4) + hashie + +GIT + remote: git://github.com/elasticsearch/elasticsearch-rails.git + revision: 5f32e484a6d0458f26dc9acfa9dd5fed4e5d6453 + specs: + elasticsearch-rails (0.1.0.rc1) + GEM remote: https://rubygems.org/ specs: @@ -177,6 +193,14 @@ GEM railties (>= 3.2) dropzonejs-rails (0.7.2) rails (> 3.1) + elasticsearch (1.0.15) + elasticsearch-api (= 1.0.15) + elasticsearch-transport (= 1.0.15) + elasticsearch-api (1.0.15) + multi_json + elasticsearch-transport (1.0.15) + faraday + multi_json email_reply_parser (0.5.8) email_spec (1.6.0) launchy (~> 2.1) @@ -858,6 +882,8 @@ DEPENDENCIES diffy (~> 3.0.3) doorkeeper (~> 2.2.0) dropzonejs-rails (~> 0.7.1) + elasticsearch-model! + elasticsearch-rails! email_reply_parser (~> 0.5.8) email_spec (~> 1.6.0) enumerize (~> 0.7.0) |