aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendored_thor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/vendored_thor.rb')
-rw-r--r--lib/bundler/vendored_thor.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/bundler/vendored_thor.rb b/lib/bundler/vendored_thor.rb
new file mode 100644
index 0000000000..4a5d0cf6bb
--- /dev/null
+++ b/lib/bundler/vendored_thor.rb
@@ -0,0 +1,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"