2018-11-02 19:07:56 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
module Bundler
|
|
|
|
def self.require_thor_actions
|
2019-06-08 15:30:30 -04:00
|
|
|
require_relative "vendor/thor/lib/thor/actions"
|
2018-11-02 19:07:56 -04:00
|
|
|
end
|
|
|
|
end
|
2019-06-01 05:49:40 -04:00
|
|
|
require_relative "vendor/thor/lib/thor"
|