aboutsummaryrefslogtreecommitdiff
path: root/testapp/bin/bundle
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/bin/bundle')
-rwxr-xr-xtestapp/bin/bundle3
1 files changed, 3 insertions, 0 deletions
diff --git a/testapp/bin/bundle b/testapp/bin/bundle
new file mode 100755
index 0000000..f19acf5
--- /dev/null
+++ b/testapp/bin/bundle
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
+load Gem.bin_path('bundler', 'bundle')