FIX: Ensure we have a patched version of CGI gem (#19588)

* FIX: Ensure we have a patched version of CGI gem

Per https://github.com/ruby/cgi/pull/29 the current shipped version of
the CGI gem doesn't allow for leading dots in domain names, which breaks
setting cookies like `.example.com`.

* Update Gemfile

Co-authored-by: Jarek Radosz <jradosz@gmail.com>

Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
Rafael dos Santos Silva
2022-12-22 19:52:20 -03:00
committed by GitHub
co-authored by Jarek Radosz
parent 46b51ade83
commit e430f22936
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -272,3 +272,5 @@ gem 'faraday-retry'
gem 'net-http'
gem 'webrick', require: false
gem "cgi", ">= 0.3.6", require: false