diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-16 11:24:11 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-16 11:24:11 +0200 |
commit | 242cf70a0d1f1522b85b2f66af056c1963aa8352 (patch) | |
tree | 0da5993299d0160d3b9cd1387670695d2cc7b8bb /bin/bundle | |
parent | 0f834d117291e64e054b0226cc8e63ebaa517964 (diff) | |
parent | c35036c091adf71dca557edb6ffc5cb07e361500 (diff) | |
download | gitlab-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/bundle | 3 |
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') |