drbrain / net-http-persistent

Thread-safe persistent connections with Net::HTTP
http://seattlerb.rubyforge.org/net-http-persistent
339 stars 117 forks source link

Adds Ruby 3.2 to the CI matrix #143

Closed petergoldstein closed 1 year ago

petergoldstein commented 1 year ago

Also updates the checkout action version and Windows OS version. I also removed the rubygems to the setup-ruby task can load the right bundler / rubygems version.

I need to switch the assert_equal to an assert_match because the message changed with recent updates.

Everything runs green on my fork.