File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ variables:
5757 CACHE_EDITION : " CE"
5858 CACHE_POLICY : ' pull-push'
5959 ISSUE_BOT_LABELS_EXTRA : " group::distribution"
60- BUNDLER_VERSION : " 2.5.7 "
60+ BUNDLER_VERSION : " 2.5.9 "
6161 # NOTE: When `NEXT_RUBY_VERSION` is updated, flip
6262 # `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
6363 NEXT_RUBY_VERSION : " 3.1.4"
Original file line number Diff line number Diff line change @@ -649,4 +649,4 @@ DEPENDENCIES
649649 yard
650650
651651BUNDLED WITH
652- 2.5.5
652+ 2.5.9
Original file line number Diff line number Diff line change 1515#
1616
1717name 'rubygems'
18- default_version '3.5.7 '
18+ default_version '3.5.9 '
1919
2020license 'MIT'
2121license_file 'LICENSE.txt'
Original file line number Diff line number Diff line change 66- [ ] Checked rubygems [ changelog] ( https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md ) for potential breaking changes.
77- [ ] Checked that the ` bundler ` gem was updated to the corresponding version
88 noted in the changelog.
9+ - [ ] Checked that the ` BUNDLED_WITH ` version in the ` Gemfile.lock ` was updated
10+ to the corresponding version noted in the changelog.
911- [ ] Performed a successful GitLab Enterprise Edition (EE) build on gitlab.com
1012 on all supported platforms (include ` build-package-on-all-os ` job).
1113- [ ] Ran ` qa-subset-test ` as well as manual ` qa-remaining-test-manual ` CI/CD
You can’t perform that action at this time.
0 commit comments