summaryrefslogtreecommitdiff
path: root/bin/bundle2
blob: e8ab8c33c9195610f9bd8c1a73534bb393cb672f (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# frozen_string_literal: true

module Bundler
  VERSION = "2.0.0.dev".freeze
end

load File.expand_path("../bundle", __FILE__)