Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit cfac951

Browse files
authored
Merge pull request #136 from splunk/fix-vul
2 parents c43f620 + 1546ef8 commit cfac951

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
ffi-compiler (1.0.1)
2424
ffi (>= 1.0.0)
2525
rake
26-
fluentd (1.15.1)
26+
fluentd (1.15.3)
2727
bundler
2828
cool.io (>= 1.4.5, < 2.0.0)
2929
http_parser.rb (>= 0.5.1, < 0.9.0)
@@ -59,7 +59,7 @@ GEM
5959
mime-types (3.4.1)
6060
mime-types-data (~> 3.2015)
6161
mime-types-data (3.2022.0105)
62-
msgpack (1.5.4)
62+
msgpack (1.6.0)
6363
multi_json (1.15.0)
6464
netrc (0.11.0)
6565
oj (3.13.20)
@@ -86,7 +86,7 @@ GEM
8686
power_assert
8787
tzinfo (2.0.5)
8888
concurrent-ruby (~> 1.0)
89-
tzinfo-data (1.2022.2)
89+
tzinfo-data (1.2022.6)
9090
tzinfo (>= 1.0.0)
9191
unf (0.1.4)
9292
unf_ext

docker/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'multi_json', '~> 1.14'
1212
gem 'bigdecimal', '=3.0.0'
1313
gem 'kubeclient', '=4.9.3'
1414
gem 'http_parser.rb', '=0.8.0'
15-
gem 'rack', '>= 2.2.3.1'
15+
gem 'rack', '>= 3.0.0'
1616

1717
gem "fluent-plugin-splunk-hec", "= 1.3.0"
1818
gem 'fluent-plugin-kubernetes-metrics', path: 'gem/'

docker/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GEM
4646
net-http-persistent (~> 4.0)
4747
openid_connect (~> 1.1.8)
4848
prometheus-client (>= 2.1.0)
49-
fluentd (1.15.1)
49+
fluentd (1.15.3)
5050
bundler
5151
cool.io (>= 1.4.5, < 2.0.0)
5252
http_parser.rb (>= 0.5.1, < 0.9.0)
@@ -92,7 +92,7 @@ GEM
9292
mime-types-data (3.2022.0105)
9393
mini_mime (1.1.2)
9494
minitest (5.16.2)
95-
msgpack (1.5.4)
95+
msgpack (1.6.0)
9696
multi_json (1.15.0)
9797
net-http-persistent (4.0.1)
9898
connection_pool (~> 2.2)
@@ -110,7 +110,7 @@ GEM
110110
webfinger (>= 1.0.1)
111111
prometheus-client (4.0.0)
112112
public_suffix (4.0.7)
113-
rack (2.2.4)
113+
rack (3.0.1)
114114
rack-oauth2 (1.21.2)
115115
activesupport
116116
attr_required
@@ -134,7 +134,7 @@ GEM
134134
httpclient (>= 2.4)
135135
tzinfo (2.0.5)
136136
concurrent-ruby (~> 1.0)
137-
tzinfo-data (1.2022.2)
137+
tzinfo-data (1.2022.6)
138138
tzinfo (>= 1.0.0)
139139
unf (0.1.4)
140140
unf_ext
@@ -166,7 +166,7 @@ DEPENDENCIES
166166
kubeclient (= 4.9.3)
167167
multi_json (~> 1.14)
168168
oj (~> 3.10)
169-
rack (>= 2.2.3.1)
169+
rack (>= 3.0.0)
170170

171171
BUNDLED WITH
172172
2.1.4

0 commit comments

Comments
 (0)