79180593

Date: 2024-11-12 10:02:41
Score: 1
Natty:
Report link

I was updating our half-decade old ruby on rails app (Rails 5.2) & faced the exact similar problem. The correct approach to solve this was to add gem 'net/http' to the bundle file. We can't update nor discard net/protocol gem as it is being used by net-imap, net-pop, net-smtp. (bundle info net-protocol). Adding net/http solves the issue for ruby version 2.7.3.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alam Jim