[03:24:23] !log tools.eranbot disable all plagiabot jobs T305318 [03:24:25] Logged the message at https://wikitech.wikimedia.org/wiki/Nova_Resource:Tools.eranbot/SAL [03:24:26] T305318: Out of iThenticate credits - https://phabricator.wikimedia.org/T305318 [08:17:18] So I'm trying to move some Ruby-based tools of mine to toolforge-jobs (Kubernetes). I found the tf-ruby27 image, but how do I get the gems I need installed there? Just running "gem install" in my script fails because of missing writing permissions. [08:17:54] (On the grid engine, I was forced to use a whole userspace Ruby environment through rvm(1), but I hoped that won't be necessary in Kubernetes. Is it?)