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

module Bundler
  def self.require_thor_actions
    require_relative "vendor/thor/lib/thor/actions"
  end
end
require_relative "vendor/thor/lib/thor"