Someone knows how to solve this problem: cannot load such file -- rubygems.Rb (Loaderror)

Asked

Viewed 744 times

0

I already removed ruby and everything and upgraded 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’t run any related commands.

  • Select the code to analyze where the error might be?

  • Check out this link http://stackoverflow.com/questions/2896485/no-such-file-to-load-rubygems-loaderror has a good number of replies.

1 answer

1

If you are using RVM try:

rvm fix-permissions    
rvm reinstall VERSÃO_DO_SEU_RUBY

If you don’t try:

gem install rubygems-update    
update_rubygems

Browser other questions tagged

You are not signed in. Login or sign up in order to post.