2018-11-02 23:07:56 +00:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
module Bundler
|
|
|
|
def self.require_thor_actions
|
2019-06-08 21:30:30 +02:00
|
|
|
require_relative "vendor/thor/lib/thor/actions"
|
2018-11-02 23:07:56 +00:00
|
|
|
end
|
|
|
|
end
|
2019-06-01 12:49:40 +03:00
|
|
|
require_relative "vendor/thor/lib/thor"
|