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.
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.
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 ruby jekyll
You are not signed in. Login or sign up in order to post.
Select the code to analyze where the error might be?
– user60252
Check out this link http://stackoverflow.com/questions/2896485/no-such-file-to-load-rubygems-loaderror has a good number of replies.
– Diego Eduardo Ferreira Biavati