summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ohai6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/ohai b/bin/ohai
index 4bc6b066..a12f269b 100755
--- a/bin/ohai
+++ b/bin/ohai
@@ -20,12 +20,6 @@
#
begin
- require "rubygems"
-rescue LoadError
- # must be debian! ;)
- missing_rubygems = true
-end
-begin
# if we're in a source code checkout, we want to run the code from that.
# have to do this *after* rubygems is loaded.
$:.unshift File.expand_path("../../lib", __FILE__)