summaryrefslogtreecommitdiff
path: root/exe
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2017-06-21 17:36:21 -0500
committerSamuel Giddins <segiddins@segiddins.me>2017-06-21 17:36:21 -0500
commita485d86072dd1301fb1876e097aaca4f9f933a37 (patch)
tree56cf33b0bcdee6f6f4bcf855516dfd9cc590af35 /exe
parent3032f4aa447ffa58bfc2fa706472591deb696a66 (diff)
downloadbundler-a485d86072dd1301fb1876e097aaca4f9f933a37.tar.gz
Completely remove the postit trampoline
Diffstat (limited to 'exe')
-rwxr-xr-xexe/bundle5
1 files changed, 0 insertions, 5 deletions
diff --git a/exe/bundle b/exe/bundle
index d73e9984c9..aaf773745d 100755
--- a/exe/bundle
+++ b/exe/bundle
@@ -7,11 +7,6 @@ Signal.trap("INT") do
exit 1
end
-update = "update".start_with?(ARGV.first || " ") && ARGV.find {|a| a.start_with?("--bundler") }
-update &&= update =~ /--bundler(?:=(.+))?/ && $1 || "> 0.a"
-ENV["BUNDLER_VERSION"] = update if update
-require "bundler/postit_trampoline"
-
require "bundler"
# Check if an older version of bundler is installed
$LOAD_PATH.each do |path|