tags:

views:

49

answers:

1

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?

A: 

Run ruby with the --disable-gems option.

steenslag