aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli/plugin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/cli/plugin.rb')
-rw-r--r--lib/bundler/cli/plugin.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/cli/plugin.rb b/lib/bundler/cli/plugin.rb
index 277822dafc..5488a9f28d 100644
--- a/lib/bundler/cli/plugin.rb
+++ b/lib/bundler/cli/plugin.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
require "bundler/vendored_thor"
module Bundler
class CLI::Plugin < Thor