summary refs log tree commit diff
path: root/pkgs/tools/misc/fluentd/Gemfile.lock
blob: 4f51d365513a8a0b26d20a5493de3127bb1d769b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
GEM
  remote: https://rubygems.org/
  specs:
    cool.io (1.3.0)
    elasticsearch (1.0.8)
      elasticsearch-api (= 1.0.7)
      elasticsearch-transport (= 1.0.7)
    elasticsearch-api (1.0.7)
      multi_json
    elasticsearch-transport (1.0.7)
      faraday
      multi_json
    faraday (0.9.1)
      multipart-post (>= 1.2, < 3)
    fluent-plugin-elasticsearch (0.7.0)
      elasticsearch
      fluentd (>= 0.10.43)
      patron (~> 0)
    fluent-plugin-record-reformer (0.6.0)
      fluentd
    fluentd (0.12.6)
      cool.io (>= 1.2.2, < 2.0.0)
      http_parser.rb (>= 0.5.1, < 0.7.0)
      json (>= 1.4.3)
      msgpack (>= 0.5.11, < 0.6.0)
      sigdump (~> 0.2.2)
      string-scrub (>= 0.0.3)
      tzinfo (>= 1.0.0)
      tzinfo-data (>= 1.0.0)
      yajl-ruby (~> 1.0)
    http_parser.rb (0.6.0)
    json (1.8.2)
    msgpack (0.5.11)
    multi_json (1.11.0)
    multipart-post (2.0.0)
    patron (0.4.20)
    sigdump (0.2.2)
    string-scrub (0.0.5)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    tzinfo-data (1.2015.1)
      tzinfo (>= 1.0.0)
    yajl-ruby (1.2.1)

PLATFORMS
  ruby

DEPENDENCIES
  fluent-plugin-elasticsearch
  fluent-plugin-record-reformer
  fluentd