Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep 1.2.13 #240

Merged
merged 1 commit into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.12)
fluent-plugin-splunk-hec (1.2.13)
fluentd (>= 1.4)
multi_json (~> 1.13)
net-http-persistent (~> 4.0)
Expand Down Expand Up @@ -29,7 +29,7 @@ GEM
crack (0.4.5)
rexml
docile (1.4.0)
fluentd (1.14.5)
fluentd (1.14.6)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
Expand All @@ -54,7 +54,7 @@ GEM
mini_mime (>= 0.1.1)
mini_mime (1.1.2)
minitest (5.15.0)
msgpack (1.4.5)
msgpack (1.5.1)
multi_json (1.15.0)
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.12
1.2.13
2 changes: 1 addition & 1 deletion docker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'net-http-persistent', '~> 4.0'
gem 'openid_connect', '~> 1.1.8'
gem 'prometheus-client', '>= 2.1.0'
gem 'activesupport', '~> 5.2.4.3'
gem 'http_parser.rb', '=0.5.3'
gem 'http_parser.rb', '=0.8.0'
gem "rack", ">= 2.1.4"
gem "fluent-plugin-record-modifier", ">=2.1"

Expand Down
6 changes: 3 additions & 3 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.12)
fluent-plugin-splunk-hec (1.2.13)
fluentd (>= 1.4)
multi_json (~> 1.13)
net-http-persistent (~> 4.0)
Expand Down Expand Up @@ -72,7 +72,7 @@ GEM
http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.5.3)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.9.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -170,7 +170,7 @@ DEPENDENCIES
fluent-plugin-splunk-hec!
fluent-plugin-systemd (= 1.0.2)
fluentd (>= 1.14.5)
http_parser.rb (= 0.5.3)
http_parser.rb (= 0.8.0)
multi_json (~> 1.13)
net-http-persistent (~> 4.0)
oj (= 3.11.2)
Expand Down