https://bundler.io/guides/git.html
Arquivo da tag: Gem
Ruby On Rails Gem for FusionCharts
gem pg not installing
sudo sh -c "echo 'deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main' > /etc/apt/sources.list.d/pgdg.list"
wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install postgresql-common
sudo apt-get install postgresql-9.5 libpq-dev
Rails gem of the Bootstrap based admin theme SB Admin 2
How to install PostgreSQL’s pg gem on Ubuntu?
You need install the postgreSQL dev package with header of PostgreSQL
sudo apt-get install libpq-dev