summary refs log tree commit diff
path: root/pkgs/tools/misc/fluentd/Gemfile.lock
blob: 581fa6e169ae50afad42a382c0d0c208dad1665d (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
53
54
55
56
57
58
GEM
  remote: https://rubygems.org/
  specs:
    cool.io (1.4.4)
    elasticsearch (1.0.17)
      elasticsearch-api (= 1.0.17)
      elasticsearch-transport (= 1.0.17)
    elasticsearch-api (1.0.17)
      multi_json
    elasticsearch-transport (1.0.17)
      faraday
      multi_json
    excon (0.49.0)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    fluent-plugin-elasticsearch (1.5.0)
      elasticsearch
      excon
      fluentd (>= 0.10.43)
    fluent-plugin-record-reformer (0.8.1)
      fluentd
    fluentd (0.14.0)
      cool.io (>= 1.4.3, < 2.0.0)
      http_parser.rb (>= 0.5.1, < 0.7.0)
      json (>= 1.4.3)
      msgpack (>= 0.7.0)
      serverengine (>= 1.6.4)
      sigdump (~> 0.2.2)
      strptime (>= 0.1.7)
      tzinfo (>= 1.0.0)
      tzinfo-data (>= 1.0.0)
      yajl-ruby (~> 1.0)
    http_parser.rb (0.6.0)
    json (1.8.3)
    msgpack (0.7.6)
    multi_json (1.12.1)
    multipart-post (2.0.0)
    serverengine (1.6.4)
      sigdump (~> 0.2.2)
    sigdump (0.2.4)
    strptime (0.1.8)
    thread_safe (0.3.5)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    tzinfo-data (1.2016.4)
      tzinfo (>= 1.0.0)
    yajl-ruby (1.2.1)

PLATFORMS
  ruby

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

BUNDLED WITH
   1.11.2