mjt58 (Mike Thompson)
- Login: mjt58
- Registered on: 02/01/2025
- Last sign in: 02/01/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
02/03/2025
-
09:29 AM Ruby Bug #21104: Net::HTTP connections failing in Ruby >= 3.4.0 on macOS with Happy Eyeballs enabled
- shioimm (Misaki Shioi) wrote in #note-1:
> To help narrow down the cause, could you provide more information on the following?
> ...
Yes, I saw it first running `bundle install` with errors like:
```
Bundler::HTTPError Could not fe...
02/01/2025
-
10:19 PM Ruby Bug #21104 (Open): Net::HTTP connections failing in Ruby >= 3.4.0 on macOS with Happy Eyeballs enabled
- A project I work on recently upgraded Ruby to 3.4.1 from 3.3.5. Following the upgrade, and when running locally on my Mac, all attempts to connect to an external service within the project over http(s) fail.
We use `mise` for managing...