forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
executable file
·157 lines (155 loc) · 3.09 KB
/
Gemfile.lock
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
GEM
remote: http://rubygems.org/
specs:
addressable (2.2.6)
aws-sdk (1.5.2)
httparty (~> 0.7)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
backports (2.3.0)
beefcake (0.3.7)
bouncy-castle-java (1.5.0146.1)
bson (1.6.4)
bson (1.6.4-java)
bunny (0.7.9)
cabin (0.4.4)
json
coderay (1.0.6)
excon (0.14.0)
ffi (1.0.11)
ffi (1.0.11-java)
ffi-rzmq (0.9.0)
filewatch (0.3.3)
ftw (0.0.19)
addressable (= 2.2.6)
backports (= 2.3.0)
cabin (> 0)
http_parser.rb (= 0.5.3)
json (= 1.6.5)
minitest (> 0)
gelf (1.3.2)
json
gelfd (0.2.0)
gmetric (0.1.3)
haml (3.1.6)
heroku (2.26.6)
heroku-api (~> 0.2.4)
launchy (>= 0.3.2)
netrc (~> 0.7.2)
rest-client (~> 1.6.1)
rubyzip
heroku-api (0.2.4)
excon (~> 0.14.0)
http_parser.rb (0.5.3)
http_parser.rb (0.5.3-java)
httparty (0.8.3)
multi_json (~> 1.0)
multi_xml
i18n (0.6.0)
jls-grok (0.10.6)
cabin (~> 0.4.0)
jruby-elasticsearch (0.0.13)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
jruby-win32ole (0.8.5)
json (1.6.5-java)
launchy (2.1.0)
addressable (~> 2.2.6)
launchy (2.1.0-java)
addressable (~> 2.2.6)
ffi (~> 1.0.9)
spoon (~> 0.0.1)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
method_source (0.7.1)
mime-types (1.18)
minitest (3.0.1)
mocha (0.11.4)
metaclass (~> 0.0.1)
mongo (1.6.4)
bson (~> 1.6.4)
mtrc (0.0.4)
multi_json (1.3.6)
multi_xml (0.5.1)
netrc (0.7.4)
nokogiri (1.5.3)
nokogiri (1.5.3-java)
onstomp (1.0.6)
polyglot (0.3.3)
pry (0.9.9.6-java)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
spoon (~> 0.0)
rack (1.4.1)
rack-protection (1.2.0)
rack
redis (3.0.1)
rest-client (1.6.7)
mime-types (>= 1.16)
riemann-client (0.0.6)
beefcake (>= 0.3.5)
mtrc (>= 0.0.4)
trollop (>= 1.16.2)
rubyzip (0.9.8)
sass (3.1.19)
shoulda (3.0.1)
shoulda-context (~> 1.0.0)
shoulda-matchers (~> 1.0.0)
shoulda-context (1.0.0)
shoulda-matchers (1.0.0)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
slop (2.4.4)
spoon (0.0.1)
statsd-ruby (0.3.0)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
trollop (1.16.2)
uuidtools (2.1.2)
xml-simple (1.1.1)
xmpp4r (0.5)
PLATFORMS
java
DEPENDENCIES
aws-sdk
bunny
cabin (= 0.4.4)
ffi
ffi-rzmq (= 0.9.0)
filewatch (= 0.3.3)
ftw (~> 0.0.19)
gelf (= 1.3.2)
gelfd (= 0.2.0)
gmetric (= 0.1.3)
haml
heroku
jls-grok (= 0.10.6)
jruby-elasticsearch (= 0.0.13)
jruby-openssl
jruby-win32ole
json
mail
minitest
mocha
mongo
onstomp
pry
rack
redis
riemann-client (= 0.0.6)
sass
shoulda
sinatra
statsd-ruby (= 0.3.0)
uuidtools
xml-simple
xmpp4r (= 0.5)