Skip to content

Commit

Permalink
Bump net-http-persistent from 3.1.0 to 4.0.1 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Feb 5, 2021
1 parent 5f9ce84 commit ce2a685
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN gem install \
concurrent-ruby:1.1.5 \
google-protobuf:3.9.2 \
lru_redux:1.1.0 \
net-http-persistent:3.1.0 \
net-http-persistent:4.0.1 \
snappy:0.0.17 \
specific_install:0.3.5

Expand Down
4 changes: 2 additions & 2 deletions fluent-plugin-enhance-k8s-metadata/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PATH
concurrent-ruby (~> 1.1)
fluentd (>= 0.14.10, < 2)
lru_redux (~> 1.1.0)
net-http-persistent (~> 3.1)
net-http-persistent (~> 4.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
msgpack (1.4.2)
multi_json (1.15.0)
multipart-post (2.1.1)
net-http-persistent (3.1.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
power_assert (1.2.0)
public_suffix (4.0.6)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'fluentd', ['>= 0.14.10', '< 2']
# spec.add_runtime_dependency 'kubeclient', '4.9.1' # Git version of Kubeclient specified in Gemfile
spec.add_runtime_dependency 'lru_redux', '~> 1.1.0'
spec.add_runtime_dependency 'net-http-persistent', '~> 3.1'
spec.add_runtime_dependency 'net-http-persistent', '~> 4.0'

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rake', '~> 13.0'
Expand Down
4 changes: 2 additions & 2 deletions fluent-plugin-events/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PATH
specs:
fluent-plugin-events (2.0.0)
fluentd (>= 0.14.10, < 2)
net-http-persistent (~> 3.1)
net-http-persistent (~> 4.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
msgpack (1.4.2)
multi_json (1.15.0)
multipart-post (2.1.1)
net-http-persistent (3.1.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
power_assert (1.2.0)
public_suffix (4.0.6)
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-events/fluent-plugin-events.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "test-unit", "~> 3.0"
spec.add_runtime_dependency "fluentd", [">= 0.14.10", "< 2"]
# spec.add_runtime_dependency 'kubeclient', '4.9.1' # Git version of Kubeclient specified in Gemfile
spec.add_runtime_dependency 'net-http-persistent', '~> 3.1'
spec.add_runtime_dependency 'net-http-persistent', '~> 4.0'
spec.add_development_dependency 'webmock', '~> 3.0'
spec.add_development_dependency 'mocha'
end
4 changes: 2 additions & 2 deletions fluent-plugin-kubernetes-metadata-filter/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PATH
fluent-plugin-kubernetes-metadata-filter (2.5.3)
fluentd (>= 0.14.0, < 1.13)
lru_redux
net-http-persistent (~> 3.1)
net-http-persistent (~> 4.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -87,7 +87,7 @@ GEM
msgpack (1.4.2)
multi_json (1.15.0)
multipart-post (2.1.1)
net-http-persistent (3.1.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
parallel (1.20.1)
parser (3.0.0.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'fluentd', '>= 0.14.0', '< 1.13'
gem.add_runtime_dependency "lru_redux"
# gem.add_runtime_dependency 'kubeclient', '< 5' # Git version of Kubeclient specified in Gemfile
gem.add_runtime_dependency 'net-http-persistent', '~> 3.1'
gem.add_runtime_dependency 'net-http-persistent', '~> 4.0'

gem.add_development_dependency "bundler", "~> 2.0"
gem.add_development_dependency "rake"
Expand Down

0 comments on commit ce2a685

Please sign in to comment.