File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,15 +127,15 @@ If there's no Homebrew Portable Ruby available for your processor:
127
127
if [[ -x " ${vendor_ruby_path} " ]]
128
128
then
129
129
HOMEBREW_RUBY_PATH=" ${vendor_ruby_path} "
130
- HOMEBREW_BOOTSNAP_GEM_PATH=" $(
131
- shopt -s nullglob
132
- echo " ${vendor_ruby_root} " /lib/ruby/gems/* /gems/bootsnap-* /lib/bootsnap 2> /dev/null
133
- ) "
134
130
TERMINFO_DIRS=" ${vendor_ruby_terminfo} "
135
131
if [[ " ${vendor_ruby_current_version} " != " ${HOMEBREW_PORTABLE_RUBY_VERSION} " ]]
136
132
then
137
133
brew vendor-install ruby || odie " ${upgrade_fail} "
138
134
fi
135
+ HOMEBREW_BOOTSNAP_GEM_PATH=" $(
136
+ shopt -s nullglob
137
+ echo " ${vendor_ruby_root} " /lib/ruby/gems/* /gems/bootsnap-* /lib/bootsnap 2> /dev/null
138
+ ) "
139
139
else
140
140
if system_ruby_supported
141
141
then
You can’t perform that action at this time.
0 commit comments