DEV: upgrade rack to version 2.2.3

This is very minor, see: https://github.com/advisories/GHSA-j6w9-fv6q-3q52

An attacker can elevate own cookie usage to bypass server cookie restrictions

Technically this is a security commit, but the surface area is extremely
low, we do not expect any real world impact.
This commit is contained in:
Sam Saffron
2020-07-08 16:42:31 +10:00
parent 8af5194e39
commit bac25e6dd7
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ gem 'mini_racer'
# TODO: determine why highline is being held back and upgrade to latest
gem 'highline', '~> 1.7.0', require: false
gem 'rack', '2.2.2'
gem 'rack'
gem 'rack-protection' # security
gem 'cbor', require: false