aboutsummaryrefslogtreecommitdiffstats
path: root/bin/bundler
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bundler')
-rwxr-xr-xbin/bundler4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/bundler b/bin/bundler
new file mode 100755
index 0000000000..d9131fe834
--- /dev/null
+++ b/bin/bundler
@@ -0,0 +1,4 @@
+#!/usr/bin/env ruby
+# frozen_string_literal: true
+
+load File.expand_path("../bundle", __FILE__)