chaynHQ / soulmedicine

Soul Medicine a multilingual digital service designed to deliver critical safety information and supportive messaging in bite-sized pieces.
https://soulmedicine.io
MIT License
34 stars 7 forks source link

Replace one time use of http gem with ruby built-in net/http #377

Closed tarebyte closed 10 months ago

tarebyte commented 10 months ago

In the spirit of reducing dependencies, I'd like to propose replacing the use of the http gem with the Ruby built-in library net/http.

These perform the same functionality and all of the nice things that the http gem does we don't really need. I took a look and it was introduced in https://github.com/chaynHQ/soulmedicine/pull/23 with lots of other context.