How do I upgrade to Ruby 3.2, when any system I use will only upgrade to Ruby 3.0 something?
You must log in or register to comment.
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.
I used that to install 1.8 in a directory for a project, but I still couldn’t get it to find 3.2. Is it available now?
If 3.2 isn’t available you can install it from source using ruby-build.
Thanks! I’ll try this.
Welcome
deleted by creator