Without installing any ruby stuff on my machine, I'd like to be able to edit the Gemfile and Gemfile.lock files in a correct way by running sth like bazel run @ruby//:gem -- install rails, without worrying about version skew with a different version of gem than Bazel will use.
Without installing any ruby stuff on my machine, I'd like to be able to edit the
GemfileandGemfile.lockfiles in a correct way by running sth likebazel run @ruby//:gem -- install rails, without worrying about version skew with a different version of gem than Bazel will use.