I have gotten the following errors using ruby 1.9.2-p320 with Heroku's Taps-using 'db' commands such as:
heroku db:pull --app my-app
Which produces errors like:
Taps Load Error: no such file to load -- sqlite3
-or-
Taps Load Error: no such file to load -- pg
(And yes, btw, I have all the correct gems, including both postgres--running fine locally--and sqlite3, as well as having uninstalled, re-installed, and updated the taps & heroku gems and including them as well as not including them in my Gemfile. I'm running Rails 3.2.6)
Although there is a known bug that results in a "time zone displacement" error: heroku db:push not working, using taps gem, I have not seen any SO posts that directly address this issue.
Taps Load Error: no such file to load -- taps/operation
. – Names