Skip to content

Commit 3900d6f

Browse files
authored
Merge pull request #127 from splunk/rack
Bumped rack to v2.2.3.1
2 parents fd17da1 + 9cea979 commit 3900d6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ gem 'multi_json', '=1.14.1'
1313
gem 'bigdecimal', '=3.0.0'
1414
gem 'kubeclient', '=4.9.3'
1515
gem 'http_parser.rb', '=0.8.0'
16+
gem 'rack', '>= 2.2.3.1'
1617

1718
gem "fluent-plugin-splunk-hec", ">= 1.2.5"
1819
gem 'fluent-plugin-kubernetes-metrics', path: 'gem/'

docker/Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
webfinger (>= 1.0.1)
115115
prometheus-client (4.0.0)
116116
public_suffix (4.0.7)
117-
rack (2.2.3)
117+
rack (2.2.3.1)
118118
rack-oauth2 (1.19.0)
119119
activesupport
120120
attr_required
@@ -171,6 +171,7 @@ DEPENDENCIES
171171
kubeclient (= 4.9.3)
172172
multi_json (= 1.14.1)
173173
oj (= 3.10.18)
174+
rack (>= 2.2.3.1)
174175

175176
BUNDLED WITH
176177
2.1.4

0 commit comments

Comments
 (0)