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

module Bundler
  VERSION = "1.98".freeze
end

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