Skip to content

Pin http-cookie < 1.1 for delete-vms task on Ruby 3.4#164

Merged
KauzClay merged 1 commit intowindows-2019from
fix-create-azure
Apr 8, 2026
Merged

Pin http-cookie < 1.1 for delete-vms task on Ruby 3.4#164
KauzClay merged 1 commit intowindows-2019from
fix-create-azure

Conversation

@KauzClay
Copy link
Copy Markdown
Contributor

@KauzClay KauzClay commented Apr 8, 2026

http-cookie 1.1+ requires cookie_jar before HTTP::Cookie defines MAX_COOKIES_TOTAL, which breaks when Azure/ms_rest loads Faraday’s cookie jar. 1.0.x autoloads CookieJar after the class is defined.

Fixes delete-orphan-vms NameError after successful Packer runs.

hopefully we can remove this once fixed upstream: sparklemotion/http-cookie#62

https://ci.bosh-ecosystem.cf-app.com/teams/main/pipelines/stemcells-windows-2019/jobs/create-azure/builds/215

selzoc
selzoc previously approved these changes Apr 8, 2026
http-cookie 1.1+ requires cookie_jar before HTTP::Cookie defines
MAX_COOKIES_TOTAL, which breaks when Azure/ms_rest loads Faraday’s
cookie jar. 1.0.x autoloads CookieJar after the class is defined.

Fixes delete-orphan-vms NameError after successful Packer runs.

hopefully we can remove this once fixed upstream: sparklemotion/http-cookie#62

ai-assisted=yes
[TNZ-88993] [Europa] Bosh Ecosystem KTLO

Signed-off-by: Chris Selzo <chris.selzo@broadcom.com>
@KauzClay KauzClay merged commit 64faf67 into windows-2019 Apr 8, 2026
9 checks passed
@KauzClay KauzClay deleted the fix-create-azure branch April 8, 2026 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants