Does anyone know how to solve this problem: can not load such file - rubygems.rb (LoadError)

0

I've already removed ruby and everything and updated the system, but this happened after the Jekyll update

: 1: in require': cannot load such file -- rubygems.rb (LoadError) from <internal:gem_prelude>:1:in '

I can not run any related commands.

    
asked by anonymous 15.04.2017 / 18:09

1 answer

0

If you are using RVM try:

rvm fix-permissions    
rvm reinstall VERSÃO_DO_SEU_RUBY

If you do not try:

gem install rubygems-update    
update_rubygems
    
17.04.2017 / 13:20