File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ variables:
6161 CACHE_KEY_SUFFIX : ' -v3'
6262 CACHE_EDITION : " CE"
6363 ISSUE_BOT_LABELS_EXTRA : " group::distribution"
64- BUNDLER_VERSION : " 2.5.6 "
64+ BUNDLER_VERSION : " 2.5.7 "
6565 # NOTE: When `NEXT_RUBY_VERSION` is updated, flip
6666 # `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
6767 NEXT_RUBY_VERSION : " 3.1.4"
Original file line number Diff line number Diff line change 1515#
1616
1717name 'rubygems'
18- default_version '3.5.6 '
18+ default_version '3.5.7 '
1919
2020license 'MIT'
2121license_file 'LICENSE.txt'
Original file line number Diff line number Diff line change 1717 - [ ] ` rubygems `
1818
1919 ``` shell
20- gem ls rubygems
20+ gem list rubygems
2121 ```
2222
2323 - [ ] ` bundler`
2424
2525 ` ` ` shell
26- gem ls bundler
26+ gem list bundler
2727 ` ` `
You can’t perform that action at this time.
0 commit comments