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.
1 parent 09b343c commit 201331dCopy full SHA for 201331d
docker/Gemfile
@@ -13,6 +13,7 @@ gem 'multi_json', '>= 1.14.1'
13
gem 'bigdecimal', '>= 2.0.0'
14
gem 'kubeclient', '>= 4.9.3'
15
gem 'http_parser.rb', '>= 0.5.3'
16
+gem 'rack', '>= 2.2.3.1'
17
18
gem "fluent-plugin-splunk-hec", ">= 1.2.5"
19
docker/Gemfile.lock
@@ -113,7 +113,7 @@ GEM
113
webfinger (>= 1.0.1)
114
prometheus-client (4.0.0)
115
public_suffix (4.0.7)
116
- rack (2.2.3)
+ rack (2.2.3.1)
117
rack-oauth2 (1.19.0)
118
activesupport
119
attr_required
@@ -170,6 +170,7 @@ DEPENDENCIES
170
kubeclient (>= 4.9.3)
171
multi_json (>= 1.14.1)
172
oj (= 3.10.18)
173
+ rack (>= 2.2.3.1)
174
175
BUNDLED WITH
176
2.1.4
0 commit comments