summaryrefslogtreecommitdiff
path: root/lib/bundler/vendored_thor.rb
blob: b0b7e7be844a71fff80c71321a42c599336b4d0f (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Bundler
  def self.require_thor_actions
    Kernel.send(:require, "bundler/vendor/thor/lib/thor/actions")
  end
end
require_relative "vendor/thor/lib/thor"