Skip to content

Commit

Permalink
1.2.13 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvaghani221 authored Apr 29, 2022
1 parent c0b9715 commit f921442
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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

0 comments on commit f921442

Please sign in to comment.