aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendored_thor.rb
blob: 4a5d0cf6bbaf7a7143596cd5b63f86ad43f11c7a (plain)
1
2
3
4
5
6
7
# 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"