summaryrefslogtreecommitdiff
path: root/bin/bundle
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bundle')
-rwxr-xr-xbin/bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bundle b/bin/bundle
index 3dd87a1770..5e9dc164bf 100755
--- a/bin/bundle
+++ b/bin/bundle
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
+require 'bundler'
begin
- require 'bundler'
# Check if an older version of bundler is installed
$:.each do |path|
if path =~ %r'/bundler-0.(\d+)' && $1.to_i < 9