Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit e0301d3

Browse files
committed
Latest elasticsearch
1 parent 1f92466 commit e0301d3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem "newrelic_rpm", "~> 3.7"
2626

2727
# for search
2828
gem 'sinatra-cross_origin', '~> 0.3.2'
29-
gem 'elasticsearch', '~> 1.0.5'
29+
gem 'elasticsearch', '~> 1.0.12'
3030

3131
gem "log4r"
3232

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ GEM
1818
fssm (>= 0.2.7)
1919
sass (~> 3.1)
2020
diff-lcs (1.2.5)
21-
elasticsearch (1.0.5)
22-
elasticsearch-api (= 1.0.5)
23-
elasticsearch-transport (= 1.0.5)
24-
elasticsearch-api (1.0.5)
21+
elasticsearch (1.0.12)
22+
elasticsearch-api (= 1.0.12)
23+
elasticsearch-transport (= 1.0.12)
24+
elasticsearch-api (1.0.12)
2525
multi_json
26-
elasticsearch-transport (1.0.5)
26+
elasticsearch-transport (1.0.12)
2727
faraday
2828
multi_json
2929
faraday (0.9.0)
@@ -144,7 +144,7 @@ DEPENDENCIES
144144
bootstrap-sass (~> 3.0.2.0)
145145
builder (~> 3.2.2)
146146
compass
147-
elasticsearch (~> 1.0.5)
147+
elasticsearch (~> 1.0.12)
148148
guard-rspec
149149
haml
150150
log4r

0 commit comments

Comments
 (0)