在學習 Ruby on Rails 遇到的錯誤:
An error occurred while installing pg (0.18.4), and Bundler cannot continue.
Make sure that `gem install pg -v '0.18.4'` succeeds before bundling.
這是在Gemfile 中加入 gem 'pg' 後,在Rails console (命令提示字元)輸入 #bundle install 後出現的錯誤。