| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Instead of using ruby --version we should let ruby print it's own version, which is just a string, eg "2.6.5" so no fancy substring logic is required.
| Back | FazBrowse Home | New Git URL |
Instead of using ruby --version we should let ruby print it's own version, which is just a string, eg "2.6.5" so no fancy substring logic is required.
This came up because I already had 2.6.5 installed, but it wasn't being detected for some reason.
Now it does.