aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/vendored_tmpdir.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/vendored_tmpdir.rb')
-rw-r--r--lib/bundler/vendored_tmpdir.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler/vendored_tmpdir.rb b/lib/bundler/vendored_tmpdir.rb
new file mode 100644
index 0000000000..43b4fa75fe
--- /dev/null
+++ b/lib/bundler/vendored_tmpdir.rb
@@ -0,0 +1,4 @@
+# frozen_string_literal: true
+
+module Bundler; end
+require_relative "vendor/tmpdir/lib/tmpdir"