jleblanc (Joshua LeBlanc)
- Login: jleblanc
- Registered on: 03/25/2022
- Last sign in: 03/25/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
01/14/2025
-
03:24 AM Ruby Revision aee0277e (git): [rubygems/rubygems] Serialize gemspec when caching git source
- https://github.com/rubygems/rubygems/commit/8727d44024
03/25/2022
-
01:57 PM Ruby Bug #18661 (Open): Net::HTTP behavior changed between 2.6 and 3.1 on windows.
- We are upgrading a rails application from Ruby 2.6 to Ruby 3.1 on Windows.
Running rails systems tests hang on Ruby 3.1, while they succeed on Ruby 2.6.
I tracked this down to Ruby 3.1's Net::HTTP using Socket.tcp rather than the ...