How can I fix this error in ruby on rail.
source \'https://rubygems.org\' git_source(:github) do |repo_name| repo_name = \"#{repo_name}/#{repo_name}\" unl
Ubuntu 18
You may need to install
sudo apt-get install libssl-dev
as in This answer