summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-01 20:36:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-04-28 19:08:49 +0900
commit678d58c8508ec46aa270e3c5d81fc09cd0fee175 (patch)
tree34cbc8bb12e609d7a73e35c513090264360ffb49 /libexec
parent479ba9a44b6beda1dce32842bcbc66b6f46a85a0 (diff)
downloadruby-678d58c8508ec46aa270e3c5d81fc09cd0fee175.tar.gz
Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5
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__)