From 0c4c9d3d1e91529c4bb9b4b410293f3c38756e6a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 3 Feb 2017 19:50:40 +0100 Subject: Initial commit. Base Rails 5.0.1 project. --- bin/bundle | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/bundle (limited to 'bin/bundle') diff --git a/bin/bundle b/bin/bundle new file mode 100755 index 0000000..66e9889 --- /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') -- cgit v1.2.3