Skip to content

Commit 0204fe4

Browse files
committed
Fix gem install syntax on older RubyGems
1 parent f1c7654 commit 0204fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.9.3-p551

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build_package_freshen_automake_config() {
77
}
88

99
install_bundler() {
10-
"$PREFIX_PATH"/bin/gem install bundler:1.17.3
10+
"$PREFIX_PATH"/bin/gem install bundler -v 1.17.3
1111
}
1212

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

0 commit comments

Comments
 (0)