mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- add minitest
This commit is contained in:
parent
cac8349df4
commit
f4da162f87
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -9,6 +9,7 @@ gem "stomp" # for stomp protocol, Apache 2.0 License
|
|||
gem "json" # Ruby license
|
||||
gem "awesome_print" # MIT License
|
||||
|
||||
gem "minitest" # License: Ruby
|
||||
gem "rack" # License: MIT
|
||||
gem "mizuno" # License: Apache 2.0
|
||||
gem "sinatra" # License: MIT-style
|
||||
|
|
|
@ -19,6 +19,7 @@ GEM
|
|||
ffi (>= 0.6.3)
|
||||
jruby-elasticsearch (0.0.10)
|
||||
json (1.5.1-java)
|
||||
minitest (2.5.0)
|
||||
mizuno (0.4.0)
|
||||
rack (>= 1.0.0)
|
||||
mongo (1.3.1)
|
||||
|
@ -54,6 +55,7 @@ DEPENDENCIES
|
|||
jls-grok (~> 0.4.7)
|
||||
jruby-elasticsearch (~> 0.0.10)
|
||||
json
|
||||
minitest
|
||||
mizuno
|
||||
mongo
|
||||
rack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue