bundle update後のmigrateについて - NaitoYuki/StackOverFlow GitHub Wiki
bundle update後、migrateをすると以下警告文が出るようになりました。 postgre系の依存関係でバージョンが非推奨になりましたということらしいです。 マイグレーションはできているので、今のところ問題なさそうです。
rake db:migrate
The PGconn, PGresult, and PGError constants are deprecated, and will be
removed as of version 1.0.
You should use PG::Connection, PG::Result, and PG::Error instead, respectively.
Called from /Users/otsukashuji/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/activesupport-4.2.3/lib/active_support/dependencies.rb:240:in `load_dependency'