aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/bin/bundle
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/bin/bundle')
-rwxr-xr-xguides/code/getting_started/bin/bundle4
1 files changed, 4 insertions, 0 deletions
diff --git a/guides/code/getting_started/bin/bundle b/guides/code/getting_started/bin/bundle
new file mode 100755
index 0000000000..45cf37fba4
--- /dev/null
+++ b/guides/code/getting_started/bin/bundle
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
+require 'rubygems'
+load Gem.bin_path('bundler', 'bundle')