summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2009-08-13 22:14:52 -0600
committerAJ Christensen <aj@junglist.gen.nz>2009-10-07 00:22:16 +1300
commitc020567ffa3754ee908616b6c5077b7b6af88f50 (patch)
tree855e79214f894d29cd12e771dc86afea4dc93a4f /bin
parent3122053804cedf0d376a3fee13914a66acd35565 (diff)
downloadohai-c020567ffa3754ee908616b6c5077b7b6af88f50.tar.gz
ohai-112, remove rubygems requirement from ohai bin
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ohai3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/ohai b/bin/ohai
index f502c000..847bf059 100755
--- a/bin/ohai
+++ b/bin/ohai
@@ -20,8 +20,5 @@
#
$: << File.join(File.dirname(__FILE__), "..", "lib")
-
-require 'rubygems'
require 'ohai/application'
-
Ohai::Application.new.run