Okay, actual serious question time. I previously made a tool for Masto, that runs in the context of that bundle (`bundle exec rails runner script.rb`) so it can do DB tasks. Now, though, I'd like to add a dependency to the script. I can add a Gemfile to the script's directory and install just fine, but that's a separate bundle, so no Masto DB access. Ideas? I'm totally new to the Ruby ecosystem so I apologize if this should be obvious.