aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndré Arko <andre@arko.net>2012-05-27 19:55:50 -0700
committerAndré Arko <andre@arko.net>2012-05-27 19:55:50 -0700
commit07df32229a754f34828199a3b5c216175f82a095 (patch)
treea687a0ad4390a58a580fb774b8d101f69c7c94cb /bin
parent63a6a93e7a7f3ef635689cb91478065c078d9313 (diff)
parente1d71e7948537333f5b46d8532e4bf0afc3a8ba0 (diff)
downloadbundler-07df32229a754f34828199a3b5c216175f82a095.tar.gz
Merge v1.1.4 from branch '1-1-stable'
Conflicts: CHANGELOG.md bin/bundle lib/bundler/version.rb spec/install/gems/dependency_api_spec.rb
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bundle3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bundle b/bin/bundle
index 323fe795..53997cf2 100755
--- a/bin/bundle
+++ b/bin/bundle
@@ -8,6 +8,7 @@ $:.each do |path|
abort(err)
end
end
+
require 'bundler/cli'
require 'bundler/friendly_errors'
-Bundler.with_friendly_errors {Bundler::CLI.start }
+Bundler.with_friendly_errors { Bundler::CLI.start }