Skip to content

Switch to Faraday instead of HTTPI#16

Draft
chriswarren wants to merge 7 commits intomainfrom
cwarren/switch-to-faraday-for-http
Draft

Switch to Faraday instead of HTTPI#16
chriswarren wants to merge 7 commits intomainfrom
cwarren/switch-to-faraday-for-http

Conversation

@chriswarren
Copy link

HTTPI is no longer in development and the author recommends Faraday as a replacement.

Additionally, it has some incompatibilities with later versions of Ruby, so this should help us get past that.

Opening as a PR for @brgeen to use in testing some of the SMS work he's doing, as that will be a more accurate confirmation that it's working.

@brgeen
Copy link
Contributor

brgeen commented Dec 19, 2025

Just pointed to this in the comm server app and was able to build the container with ruby 3.4. I will do some more testing against Switchboard Accounts and the other apps next week.

irb(main):003> AruxApp::API.uri(subdomain: "test")
=> #<URI::HTTPS https://test.brooks.arux.dev>
irb(main):004> RUBY_VERSION
=> "3.4.8"

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