#!/usr/bin/env ruby
# frozen_string_literal: true

module Bundler
  VERSION = "3.0.0"
end

load File.expand_path("bundle", __dir__)
