pin childprocess to 0.9 (#10411)

This commit is contained in:
João Duarte 2019-02-07 16:23:51 +00:00 committed by GitHub
parent 104a02cf96
commit d090673fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -57,8 +57,8 @@ GEM
buftok (0.2.0)
builder (3.2.3)
cabin (0.9.0)
childprocess (1.0.1)
rake (< 13.0)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
chronic_duration (0.10.6)
numerizer (~> 0.1.1)
ci_reporter (2.0.0)
@ -224,7 +224,7 @@ GEM
logstash-core-plugin-api (>= 1.60, <= 2.99)
logstash-patterns-core
stud (~> 0.0.22)
logstash-filter-http (1.0.0)
logstash-filter-http (1.0.1)
logstash-core-plugin-api (>= 1.60, <= 2.99)
logstash-mixin-http_client (>= 5.0.0, < 9.0.0)
logstash-filter-jdbc_static (1.0.6)
@ -332,7 +332,7 @@ GEM
jar-dependencies (~> 0.3, >= 0.3.4)
logstash-codec-plain
logstash-core-plugin-api (>= 1.60, <= 2.99)
logstash-input-http_poller (5.0.0)
logstash-input-http_poller (5.0.1)
logstash-codec-plain
logstash-core-plugin-api (>= 1.60, <= 2.99)
logstash-mixin-http_client (~> 7)
@ -634,6 +634,7 @@ DEPENDENCIES
belzebuth
benchmark-ips
builder (~> 3)
childprocess (~> 0.9)
ci_reporter_rspec (~> 1)
flores (~> 0.0.6)
fpm (~> 1.3.3)

View file

@ -15,6 +15,7 @@ gem "octokit", "~> 4", :group => :build
gem "stud", "~> 0.0.22", :group => :build
gem "rack-test", :require => "rack/test", :group => :development
gem "fpm", "~> 1.3.3", :group => :build
gem "childprocess", "~> 0.9", :group => :build
gem "rubyzip", "~> 1", :group => :build
gem "gems", "~> 1", :group => :build
gem "flores", "~> 0.0.6", :group => :development