From d79f6bd020c67e45ba5ae1703aa42fab9faa1c79 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 13 Apr 2010 22:52:11 -0700 Subject: [PATCH] Update binary to not include rubygems --- bin/vagrant | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/vagrant b/bin/vagrant index 4dcad0dc5..9e9ea3a62 100755 --- a/bin/vagrant +++ b/bin/vagrant @@ -1,6 +1,4 @@ #!/usr/bin/env ruby -require 'rubygems' - # Get library libdir = File.join(File.dirname(__FILE__), '..', 'lib') require File.expand_path('vagrant', libdir)