bin/bundlemate in bundlemate-0.1.0 vs bin/bundlemate in bundlemate-0.1.1
- old
+ new
@@ -5,10 +5,9 @@
]
if File.exist?(local_libs.first)
local_libs.each { |lib| require lib }
else
- require 'rubygems'
require 'bundlemate'
end
BundleMate::Application.run(ARGV)
\ No newline at end of file