Should I check in `.ruby-gemset` and/or `.ruby-version`?
问题 I've just updated RVM, and in place of the old .rvmrc , it auto-created .ruby-gemset and .ruby-version . I've always had .rvmrc files with contents like rvm use --create default@project_name . However, .ruby-version contains the specific Ruby version I'm running rather than default . I'm hesitant to check this in. Also, I heard someone say on a podcast that one shouldn't check in .ruby-gemset because others may have their own preferences about how to name gemsets. When should or shouldn't I