summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-05-02 19:42:15 +0900
committernagachika <nagachika@ruby-lang.org>2022-05-18 10:02:42 +0900
commit8ba584ff3c085251865c11c5d7deef0ddfc6d0ff (patch)
tree7574439a57c7ad4f9ee7decf7f8272f48e7fc343 /libexec
parentec5dae0d816261719b0b2f9595c072701c7036e0 (diff)
Merge RubyGems-3.3.11 and Bundler-2.3.11
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/bundler2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bundler b/libexec/bundler
index d9131fe834..a6826a8c89 100755
--- a/libexec/bundler
+++ b/libexec/bundler
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
# frozen_string_literal: true
-load File.expand_path("../bundle", __FILE__)
+load File.expand_path("bundle", __dir__)