From 8af754e1087d662ab68964aa67685d48b8e7c4fc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 10 Oct 2018 08:03:13 +0100 Subject: Run rails new testapp --skip-bundle --- testapp/bin/bundle | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 testapp/bin/bundle (limited to 'testapp/bin/bundle') 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') -- cgit v1.2.3