File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
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.5 "
64+ BUNDLER_VERSION : " 2.5.6 "
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.5 '
18+ default_version '3.5.6 '
1919
2020license 'MIT'
2121license_file 'LICENSE.txt'
Original file line number Diff line number Diff line change 88- [ go-crond] ( upgrade-go-crond-testplan.md )
99- [ Mattermost] ( upgrade-mattermost-testplan.md )
1010- [ redis] ( upgrade-redis-testplan.md )
11+ - [ rubygems] ( upgrade-rubygems-testplan.md )
Original file line number Diff line number Diff line change 1+ # ` rubygems ` component upgrade test plan
2+
3+ <!-- Copy and paste the following into your MR description. -->
4+ ## Test plan
5+
6+ - [ ] Checked rubygems [ changelog] ( https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md ) for potential breaking changes.
7+ - [ ] Checked that the ` bundler ` gem was updated to the corresponding version
8+ noted in the changelog.
9+ - [ ] Performed a successful GitLab Enterprise Edition (EE) build on gitlab.com
10+ on all supported platforms (include ` build-package-on-all-os ` job).
11+ - [ ] Ran ` qa-subset-test ` as well as manual ` qa-remaining-test-manual ` CI/CD
12+ test job for both GitLab Enterprise Edition and GitLab Community Edition.
13+ - [ ] Performed a successful GitLab Community Edition (CE) build on
14+ dev.gitlab.org.
15+ - Checked installed gem versions:
16+
17+ - [ ] ` rubygems `
18+
19+ ``` shell
20+ gem ls rubygems
21+ ```
22+
23+ - [ ] ` bundler`
24+
25+ ` ` ` shell
26+ gem ls bundler
27+ ` ` `
You can’t perform that action at this time.
0 commit comments