summaryrefslogtreecommitdiff
path: root/bin/bundle
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2015-02-25 18:39:14 -0800
committerJesse Morgan <jesse@jesterpm.net>2015-02-25 18:39:14 -0800
commitf031bdc3e5214c699123830d8cc9f9309b792a68 (patch)
tree03b92c94187d8866f63682a108d20c98dd913be9 /bin/bundle
rails new
Diffstat (limited to 'bin/bundle')
-rwxr-xr-xbin/bundle3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bundle b/bin/bundle
new file mode 100755
index 0000000..b71536d
--- /dev/null
+++ b/bin/bundle
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby1.9.1
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
+load Gem.bin_path('bundler', 'bundle')