You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
The error message is as follows:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1206:in block in activate_dependencies': can't satisfy 'highline (~> 1.6.11)', already activated 'highline-1.7.1' (Gem::LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1198:ineach'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1198:in activate_dependencies' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1180:inactivate'
from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.rb:48:in gem' from /usr/bin/rhc:22:in
'
I installed rbenv from git and it seems that rhc setup use the system ruby. How to fix this error? I tried the method: gem install rubygems-update; rbenv rehash; update_rubygems; but it does not work for me. For rbenv rehash, the terminal shows "no such command"; for update_rubygems, it also shows "no such command". I don't know how to install shim or what shim is. As a new user of OSX, can anyone help me or give me some instructions?
The text was updated successfully, but these errors were encountered:
The error message is as follows:
'/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1206:in
block in activate_dependencies': can't satisfy 'highline (~> 1.6.11)', already activated 'highline-1.7.1' (Gem::LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1198:in
each'from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1198:in
activate_dependencies' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/specification.rb:1180:in
activate'from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.rb:48:in
gem' from /usr/bin/rhc:22:in
I installed rbenv from git and it seems that rhc setup use the system ruby. How to fix this error? I tried the method: gem install rubygems-update; rbenv rehash; update_rubygems; but it does not work for me. For rbenv rehash, the terminal shows "no such command"; for update_rubygems, it also shows "no such command". I don't know how to install shim or what shim is. As a new user of OSX, can anyone help me or give me some instructions?
The text was updated successfully, but these errors were encountered: