Don't Require RubyGems in Ruby 1.9 [duplicate]
Possible Duplicate:
how do you start ruby 1.9 without 开发者_如何学编程rubygems
I have Ruby 1.9.1 installed and by default RubyGems is required. As such, my load path has all my gems included. Is there a way to run Ruby 1.9 without having RubyGems required?
Run ruby with the --disable-gems option.
精彩评论