Skip to content

Commit 201331d

Browse files
authored
Bumped rack to v2.2.3.1 (#94)
1 parent 09b343c commit 201331d

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', '>= 2.0.0'
1414
gem 'kubeclient', '>= 4.9.3'
1515
gem 'http_parser.rb', '>= 0.5.3'
16+
gem 'rack', '>= 2.2.3.1'
1617

1718
gem "fluent-plugin-splunk-hec", ">= 1.2.5"
1819

docker/Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ GEM
113113
webfinger (>= 1.0.1)
114114
prometheus-client (4.0.0)
115115
public_suffix (4.0.7)
116-
rack (2.2.3)
116+
rack (2.2.3.1)
117117
rack-oauth2 (1.19.0)
118118
activesupport
119119
attr_required
@@ -170,6 +170,7 @@ DEPENDENCIES
170170
kubeclient (>= 4.9.3)
171171
multi_json (>= 1.14.1)
172172
oj (= 3.10.18)
173+
rack (>= 2.2.3.1)
173174

174175
BUNDLED WITH
175176
2.1.4

0 commit comments

Comments
 (0)