diff options
Diffstat (limited to 'bin/bundle2')
-rwxr-xr-x | bin/bundle2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/bundle2 b/bin/bundle2 new file mode 100755 index 0000000000..e8ab8c33c9 --- /dev/null +++ b/bin/bundle2 @@ -0,0 +1,8 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +module Bundler + VERSION = "2.0.0.dev".freeze +end + +load File.expand_path("../bundle", __FILE__) |