The rubyinstaller (downloaded from https://rubyinstaller.org) installs basically 4 things on your PC:-
- ruby (use
ruby -v
to check) - gem (use
gem -v
to check) - bundler (use
bundler -v
to check) - rails (use
rails -v
to check)
This is as of 19-Feb-2023 and do not confuse rubyinstaller with railsinstaller.
Top comments (0)