bundler/bundler

View on GitHub
bin/bundle2

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby
# frozen_string_literal: true

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

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