I am trying a simple get call in Rails 5.2 application as follows.
uri = URI("https://www.google.co.in") req = Net::HTTP::get(uri)