Skip to content

Commit f1c7654

Browse files
committed
Fix gem install syntax on older RubyGems
1 parent 27cd5b2 commit f1c7654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 1.8.7-p374

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ EOF
2626
}
2727

2828
install_bundler() {
29-
"$PREFIX_PATH"/bin/gem install bundler:1.17.3
29+
"$PREFIX_PATH"/bin/gem install bundler -v 1.17.3
3030
}
3131

3232
# Clang errors on warnings. Tell it to ignore this one.

0 commit comments

Comments
 (0)