My ruby version in Windows 10:
> ruby -v ruby 2.3.1p112 (2016-04-26 revision 54768) [i386-mingw32]When I list gem system sources I see both, HTTPS and HTTP sources:
> gem sources --list *** CURRENT SOURCES *** https://rubygems.org/Now I would like to leave only the HTTP source:
> gem sources --remove https://rubygems.org source https://rubygems.org not present in cache > gem sources --add https://rubygems.org is recommended for security over Do you want to add this insecure source? [yn] y source already present in the cachePlease help me to understand how to get the things done. They must be done.