I got the following errors using ruby 1.9.2-p320 using Heroku Taps commands using the "db" commands, for example:
heroku db:pull --app my-app
Which causes errors, such as:
Taps Load Error: no such file to load
-or -
Taps Load Error: no such file to load
(And yes, by the way, I have all the right gems, including post-congresses - they work fine locally - and sqlite3, as well as removed, reinstalled and updated the taps and jewels of the hero, including them as well as not including them in my Gemfile I am running Rails 3.2.6)
Although there is a known bug that leads to a "time zone offset" error: heroku db: push not working using gaps taps , I have not seen any SOs that directly solve this problem.
source share