How do I upgrade to Ruby 3.2, when any system I use will only upgrade to Ruby 3.0 something?

  • carpolio
    link
    fedilink
    51 year ago

    If you are using some flavor of linux, you should look into rbenv, chruby or RVM. Any of those will let you install versions other than what is available in the system repos. Personally I use rbenv.