Hi 👋 I find the existence of .ruby-version keeping me from randomly using with Ruby 3.2.
There has been one since the initial commit but I bet it is unconventional to include it in gem repository. For example it disables us from bundle install with any versions of Ruby but the one specified, which I reckon is disadvantageous.
Hi 👋 I find the existence of .ruby-version keeping me from randomly using with Ruby 3.2.
There has been one since the initial commit but I bet it is unconventional to include it in gem repository. For example it disables us from
bundle install
with any versions of Ruby but the one specified, which I reckon is disadvantageous.