I tried installing ruby on my laptop with the configuration shown below:

- I followed the installation steps using this medium blog
The environment variables were set up successfully, which I confirmed using the following commands:
ruby --version~ ruby 2.5.1p57 (2018-03-29 revision 63029) [x64-mingw32]gem --version~ 2.7.6Also, I installed a few gems which I was required such as:
gem install makegem install pepipost_gemand few others.
The problem here is when I tried installing rails using the below command:
gem install rails
Some weird error arises can anyone help me in resolving this:
