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:
61
61
CACHE_KEY_SUFFIX : ' -v3'
62
62
CACHE_EDITION : " CE"
63
63
ISSUE_BOT_LABELS_EXTRA : " group::distribution"
64
- BUNDLER_VERSION : " 2.5.5 "
64
+ BUNDLER_VERSION : " 2.5.6 "
65
65
# NOTE: When `NEXT_RUBY_VERSION` is updated, flip
66
66
# `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
67
67
NEXT_RUBY_VERSION : " 3.1.4"
Original file line number Diff line number Diff line change 15
15
#
16
16
17
17
name 'rubygems'
18
- default_version '3.5.5 '
18
+ default_version '3.5.6 '
19
19
20
20
license 'MIT'
21
21
license_file 'LICENSE.txt'
Original file line number Diff line number Diff line change 8
8
- [ go-crond] ( upgrade-go-crond-testplan.md )
9
9
- [ Mattermost] ( upgrade-mattermost-testplan.md )
10
10
- [ 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