summaryrefslogtreecommitdiff
path: root/bin/bundle
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-25 21:26:02 -0600
committermo khan <mo@mokhan.ca>2013-07-25 21:26:02 -0600
commit926258eeccf0dba069f6eb318a225f62231a6166 (patch)
tree5eb368b28229d59c003b483a6336cb2769ae4927 /bin/bundle
parente51b50a4348e0e6513aa01cdfbf5d5894c440f17 (diff)
start to upgrade to rails 4
Diffstat (limited to 'bin/bundle')
-rw-r--r--bin/bundle3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/bundle b/bin/bundle
new file mode 100644
index 00000000..66e9889e
--- /dev/null
+++ b/bin/bundle
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
+load Gem.bin_path('bundler', 'bundle')