Skip to content

Commit 450162a

Browse files
committed
Update to Bundler 3
Your RubyGems version (2.7.6.3)) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running `gem update --system 3.2.3`
1 parent 948b67b commit 450162a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/update_rubygems_and_install_bundler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ if is_ruby_23_plus; then
1010
gem install --no-document bundler
1111
else
1212
echo "Warning installing older versions of Rubygems / Bundler"
13-
gem update --system '2.7.10'
13+
gem update --system 3.2.3
1414
gem install bundler -v '1.17.3'
1515
fi

0 commit comments

Comments
 (0)