We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd17da1 + 9cea979 commit 3900d6fCopy full SHA for 3900d6f
docker/Gemfile
@@ -13,6 +13,7 @@ gem 'multi_json', '=1.14.1'
13
gem 'bigdecimal', '=3.0.0'
14
gem 'kubeclient', '=4.9.3'
15
gem 'http_parser.rb', '=0.8.0'
16
+gem 'rack', '>= 2.2.3.1'
17
18
gem "fluent-plugin-splunk-hec", ">= 1.2.5"
19
gem 'fluent-plugin-kubernetes-metrics', path: 'gem/'
docker/Gemfile.lock
@@ -114,7 +114,7 @@ GEM
114
webfinger (>= 1.0.1)
115
prometheus-client (4.0.0)
116
public_suffix (4.0.7)
117
- rack (2.2.3)
+ rack (2.2.3.1)
118
rack-oauth2 (1.19.0)
119
activesupport
120
attr_required
@@ -171,6 +171,7 @@ DEPENDENCIES
171
kubeclient (= 4.9.3)
172
multi_json (= 1.14.1)
173
oj (= 3.10.18)
174
+ rack (>= 2.2.3.1)
175
176
BUNDLED WITH
177
2.1.4
0 commit comments