経緯
bundle installを行ったところ、エラーが発生しました。
bundle install
Fetching gem metadata from https://rubygems.org/..........
Resolving dependencies.....
Using rake 13.0.6
Using racc 1.7.1
Using rack 2.2.7
(省略)
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
(省略)
Gem files will remain installed in
An error occurred while installing pg (1.5.3), and Bundler cannot continue.
In Gemfile:
pg
表示の通りpgをインストールしましたが、上手くいきませんでした。
$ gem install pg
結果
下記を行ったところ、解決しました。
$ brew install postgresql