Skip to content

Commit 1ea3f35

Browse files
committed
Update to the latest RubyGems
1 parent 34ef09f commit 1ea3f35

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.8'
13+
gem update --system '2.7.10'
1414
gem install bundler -v '1.17.3'
1515
fi

0 commit comments

Comments
 (0)