Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit d2abc53

Browse files
committed
Only disable loading RubyGems on MRI
1 parent cd53e30 commit d2abc53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ SPECS_HAVE_RUN_FILE=specs.out
1212
MAINTENANCE_BRANCH=`cat maintenance-branch`
1313

1414
# Don't allow rubygems to pollute what's loaded. Also, things boot faster
15-
# without the extra load time of rubygems. Only works on MRI Ruby 1.9+
16-
if is_mri_192_plus; then
15+
# without the extra load time of rubygems.
16+
if is_mri; then
1717
export RUBYOPT="--disable=gem"
1818
fi
1919

0 commit comments

Comments
 (0)