summaryrefslogtreecommitdiff
path: root/lib/bundler/vendored_thor.rb
blob: 8cca090f551adac5c1d9712b08b0739df09c84ce (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 "bundler/vendor/thor/lib/thor"