I don’t know enough about different versions of ruby to recommend which one to use. Whatever version we use in production would make sense here.
Matt Sicker > On Aug 7, 2021, at 18:27, sebb <seb...@gmail.com> wrote: > > On Sun, 8 Aug 2021 at 00:18, Sam Ruby <ru...@intertwingly.net> wrote: >> >>> On Sat, Aug 7, 2021 at 6:52 PM sebb <seb...@gmail.com> wrote: >>> >>> On Sat, 7 Aug 2021 at 16:00, Matt Sicker <boa...@gmail.com> wrote: >>>> >>>> I probably added those at one point when I had a bunch of ruby versions >>>> installed. I don’t think it’s needed anymore. >>> >>> OK I can delete the file, but what changes are needed to MACOS.md? >> >> Recommendation: delete the file, add .ruby-version to .git-ignore, and > > Will do. > >> leave MACOS.md alone. > > The file then does not make sense, as it says: > > "To use this globally when invoked through rbenv shims, > you can use `rbenv global $VERSION` to set that where > `$VERSION` is the version in `/srv/whimsy/.ruby-version`." > > Anyone reading that will wonder where the file is. > >> Those that need it in the future, can create it, but there is no need >> to commit such files at this time. > > Agreed, but I think the docs still need adjusting > >> - Sam Ruby >> >>>> Matt Sicker >>>> >>>>> On Aug 7, 2021, at 08:22, sebb <seb...@gmail.com> wrote: >>>>> >>>>> The file .ruby-version is mentioned in MACOS.md in relation to rbenv. >>>>> >>>>> However the contents are 2.4.1, having previously been 2.5.5. >>>>> Both seem seriously out of date, so it looks like the file is not needed. >>>>> >>>>> Sebb