Steps to reproduce 🦮
- Add
gem "ystock", "~> 0.4.14" to Gemfile
bundle install
rails c
- execute this...
The result 🪲
SocketError: Failed to open TCP connection to download.finance.yahoo.com:80 (getaddrinfo: nodename nor servname provided, or not known)
from /Users/victorcosta/.rvm/rubies/ruby-2.5.5/lib/ruby/2.5.0/net/http.rb:939:in `rescue in block in connect'
Caused by SocketError: getaddrinfo: nodename nor servname provided, or not known
from /Users/victorcosta/.rvm/rubies/ruby-2.5.5/lib/ruby/2.5.0/net/http.rb:937:in `initialize'
Steps to reproduce 🦮
gem "ystock", "~> 0.4.14"to Gemfilebundle installrails cThe result 🪲