summaryrefslogtreecommitdiff
path: root/bin/bundle
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-16 11:24:11 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-16 11:24:11 +0200
commit242cf70a0d1f1522b85b2f66af056c1963aa8352 (patch)
tree0da5993299d0160d3b9cd1387670695d2cc7b8bb /bin/bundle
parent0f834d117291e64e054b0226cc8e63ebaa517964 (diff)
parentc35036c091adf71dca557edb6ffc5cb07e361500 (diff)
downloadgitlab-ce-242cf70a0d1f1522b85b2f66af056c1963aa8352.tar.gz
Merge pull request #6334 from jvanbaarsen/scripts-to-bin
Rails uses bin folder we forgot to create it when upgrading
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 00000000000..66e9889e8b4
--- /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')