railsbridge / docs

Curriculum for RailsBridge workshops
docs.railsbridge.org
Other
3.42k stars 454 forks source link

A little improvement in updation of RubyGems in windows(Docs). #596

Closed Rdroshan closed 7 years ago

Rdroshan commented 7 years ago

O.S. - Windows 10 Home single language Some changes in the Documentation. After installing RailsInstaller, It was time to update RubyGems. But after downloading the updates and following instructions here : http://installfest.railsbridge.org/installfest/windows I installed the update. But after closing and reopening the terminal i checked the version of gems ,It was still the same before update. Then i got a solution to this problem. Instead of using "gem install --local C:\Sites\rubygems-update-2.6.8.gem" i used "gem update --system", And no worries now. So do change it.

mjibrower commented 7 years ago

The same thing happened to me, and I fixed it the same way, based on the instructions on this page: https://rubygems.org/pages/download. Next time I'll check here first. :-)

tjgrathwell commented 7 years ago

Fixed now, sorry for the slow turnaround!

Rdroshan commented 7 years ago

Thank you, And Happy Contributing to Open Source. This was my first Contribution 😄.

mjibrower commented 7 years ago

Mine too! :-) Thanks for the quick fix.