Skip to content

Commit 6d16296

Browse files
pirjJonRowe
authored andcommitted
Work around RubyGems TTY detection issue (#2234)
rubygems/rubygems#3036 (comment)
1 parent 7d68eb2 commit 6d16296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update_rubygems_and_install_bundler

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
source script/functions.sh
77

88
if is_ruby_23_plus; then
9-
gem update --system
9+
yes | gem update --system
1010
gem install bundler
1111
else
1212
echo "Warning installing older versions of Rubygems / Bundler"

0 commit comments

Comments
 (0)