Hi @inertia. I really dig the variety of bots that you've created for STEEM. I'm a frontstack dev and totally new to Ruby and bots. I'm interested in running Dr. Otto on Linux. I'm not sure if you can help. Nothing I've found online has provided a solution. When I run Dr.Otto, I get:
Warning: the running version of Bundler is older than the version that created the lockfile. We suggest you upgrade to the latest version of Bundler by running `gem install bundler`. rake aborted!
NoMethodError: undefined method `add_root_vertex' for Molinillo::DependencyGraph:[]:Molinillo::DependencyGraph /drotto/drotto/lib/drotto.rb:6:in '<top (required)>' /drotto/drotto/Rakefile:4:in `<top (required)>'
I've done the suggested upgrade, uninstalled and reinstalled the version (1.14.6) of bundler listed in the lockfile as well as 1.11 and 1.15.3. None of which seems to matter. I've even manually changed the version in the lockfile. Same warning every time.
Initially, I thought that I must have a problem with the original clone. So, I've deleted and recloned.
Since all the bots you've created run ruby, I'm stoked about the change of language and the chance to work with bots!!