1

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?

Community
  • 1
  • 1

1 Answers1

6

Run ruby with the --disable-gems option.

steenslag
  • 79,051
  • 16
  • 138
  • 171