Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-02-16 00:03:10 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-02-16 00:03:10 +0400
commitc35036c091adf71dca557edb6ffc5cb07e361500 (patch)
tree9c92c02c14c60a0c68275a6af42c5abf206e5ad9 /bin/bundle
parent3e30b105910980967c4fc10808eeeee86acbe452 (diff)
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')