Skip to content

Commit

Permalink
1.2.10 (#215)
Browse files Browse the repository at this point in the history
* 1.2.10

* ruby 2.7
  • Loading branch information
rockb1017 authored Feb 2, 2022
1 parent 3308f64 commit 52c45e2
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 2.6.1
ruby-version: 2.7

- name: Install dependencies
run: |
Expand Down
26 changes: 12 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-splunk-hec (1.2.9)
fluent-plugin-splunk-hec (1.2.10)
fluentd (>= 1.4)
multi_json (~> 1.13)
net-http-persistent (~> 3.1)
Expand All @@ -11,14 +11,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.4.1)
activesupport (= 6.1.4.1)
activesupport (6.1.4.1)
activemodel (7.0.1)
activesupport (= 7.0.1)
activesupport (7.0.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.1.0)
Expand All @@ -30,10 +29,10 @@ GEM
crack (0.4.5)
rexml
docile (1.4.0)
fluentd (1.14.2)
fluentd (1.14.4)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.8.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.2.2, < 3.0.0)
sigdump (~> 0.2.2)
Expand All @@ -43,9 +42,9 @@ GEM
webrick (>= 1.4.2, < 1.8.0)
yajl-ruby (~> 1.0)
hashdiff (1.0.1)
http_parser.rb (0.7.0)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.8.11)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
json-jwt (1.13.0)
activesupport (>= 4.2)
Expand All @@ -54,8 +53,8 @@ GEM
mail (2.7.1)
mini_mime (>= 0.1.1)
mini_mime (1.1.2)
minitest (5.14.4)
msgpack (1.4.2)
minitest (5.15.0)
msgpack (1.4.4)
multi_json (1.15.0)
net-http-persistent (3.1.0)
connection_pool (~> 2.2)
Expand All @@ -81,7 +80,7 @@ GEM
rack (>= 2.1.0)
rake (13.0.6)
rexml (3.2.5)
serverengine (2.2.4)
serverengine (2.2.5)
sigdump (~> 0.2.2)
sigdump (0.2.4)
simplecov (0.21.2)
Expand All @@ -95,7 +94,7 @@ GEM
activesupport (>= 3)
attr_required (>= 0.0.5)
httpclient (>= 2.4)
test-unit (3.5.0)
test-unit (3.5.3)
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
Expand All @@ -116,7 +115,6 @@ GEM
hashdiff
webrick (1.7.0)
yajl-ruby (1.4.1)
zeitwerk (2.5.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.9
1.2.10
24 changes: 13 additions & 11 deletions docker/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: gem
specs:
fluent-plugin-splunk-hec (1.2.9)
fluent-plugin-splunk-hec (1.2.10)
fluentd (>= 1.4)
multi_json (~> 1.13)
net-http-persistent (~> 3.1)
Expand All @@ -23,12 +23,13 @@ GEM
aes_key_wrap (1.1.0)
attr_required (1.0.1)
bindata (2.4.10)
cgi (0.3.1)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
cool.io (1.7.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
ffi (1.15.4)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
Expand All @@ -37,7 +38,7 @@ GEM
fluent-plugin-jq (0.5.1)
fluentd (>= 0.14.10, < 2)
multi_json (~> 1.13)
fluent-plugin-kubernetes_metadata_filter (2.9.2)
fluent-plugin-kubernetes_metadata_filter (2.9.4)
fluentd (>= 0.14.0, < 1.15)
kubeclient (>= 4.0.0, < 5.0.0)
lru_redux
Expand All @@ -49,10 +50,10 @@ GEM
fluent-plugin-systemd (1.0.2)
fluentd (>= 0.14.11, < 2)
systemd-journal (~> 1.3.2)
fluentd (1.14.2)
fluentd (1.14.4)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.8.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.2.2, < 3.0.0)
sigdump (~> 0.2.2)
Expand All @@ -74,7 +75,7 @@ GEM
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.5.3)
httpclient (2.8.3)
i18n (1.8.11)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
json-jwt (1.13.0)
activesupport (>= 4.2)
Expand All @@ -90,12 +91,12 @@ GEM
lru_redux (1.1.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (5.14.4)
msgpack (1.4.2)
minitest (5.15.0)
msgpack (1.4.4)
multi_json (1.15.0)
net-http-persistent (3.1.0)
connection_pool (~> 2.2)
Expand Down Expand Up @@ -127,7 +128,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
serverengine (2.2.4)
serverengine (2.2.5)
sigdump (~> 0.2.2)
sigdump (0.2.4)
strptime (0.2.5)
Expand Down Expand Up @@ -162,6 +163,7 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 5.2.4.3)
cgi (>= 0.3)
fluent-plugin-concat (= 2.4.0)
fluent-plugin-jq (= 0.5.1)
fluent-plugin-kubernetes_metadata_filter (>= 2.9.2)
Expand Down

0 comments on commit 52c45e2

Please sign in to comment.