Commit 595e6bb4 authored by Stan Hu's avatar Stan Hu

Update Rack to v2.2.3

Rack v2.1.4 already has the CVEs fixed in v2.2.3, but we might as well
upgrade to the latest version to keep up with the latest changes. Plus,
we are already shipping Rack v2.2.3 with gitlab-exporter and Gitaly, so
eliminates some gem duplication.

List of changes:
https://github.com/rack/rack/blob/master/CHANGELOG.md
parent 4c839b62
......@@ -173,7 +173,7 @@ gem 'diffy', '~> 3.3'
gem 'diff_match_patch', '~> 0.1.0'
# Application server
gem 'rack', '~> 2.1.4'
gem 'rack', '~> 2.2.3'
# https://github.com/sharpstone/rack-timeout/blob/master/README.md#rails-apps-manually
gem 'rack-timeout', '~> 0.5.1', require: 'rack/timeout/base'
......
......@@ -867,7 +867,7 @@ GEM
public_suffix (4.0.6)
pyu-ruby-sasl (0.0.3.3)
raabro (1.1.6)
rack (2.1.4)
rack (2.2.3)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (6.3.0)
......@@ -1448,7 +1448,7 @@ DEPENDENCIES
prometheus-client-mmap (~> 0.12.0)
pry-byebug (~> 3.9.0)
pry-rails (~> 0.3.9)
rack (~> 2.1.4)
rack (~> 2.2.3)
rack-attack (~> 6.3.0)
rack-cors (~> 1.0.6)
rack-oauth2 (~> 1.9.3)
......
---
title: Update Rack to v2.2.3
merge_request: 45183
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment