Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source 'https://rubygems.org'

gem 'elasticsearch'
gem 'elasticsearch', '>= 1.0.2'
35 changes: 24 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
GEM
remote: https://rubygems.org/
specs:
elasticsearch (1.0.1)
elasticsearch-api (= 1.0.1)
elasticsearch-transport (= 1.0.1)
elasticsearch-api (1.0.1)
base64 (0.3.0)
elastic-transport (8.4.1)
faraday (< 3)
multi_json
elasticsearch-transport (1.0.1)
faraday
elasticsearch (9.3.0)
elastic-transport (~> 8.3)
elasticsearch-api (= 9.3.0)
elasticsearch-api (9.3.0)
base64
multi_json
faraday (0.9.0)
multipart-post (>= 1.2, < 3)
multi_json (1.9.2)
multipart-post (2.0.0)
faraday (2.14.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.2)
net-http (~> 0.5)
json (2.18.1)
logger (1.7.0)
multi_json (1.19.1)
net-http (0.9.1)
uri (>= 0.11.1)
uri (1.1.1)

PLATFORMS
ruby

DEPENDENCIES
elasticsearch
elasticsearch (>= 1.0.2)

BUNDLED WITH
2.3.27