Skip to content

Commit d731cab

Browse files
balasankarcAndrew Pattersondependencies-bot
committed
Merge branch 'deps/4225d27-6d94b0e' into 'master'
Update rubygems/rubygems from 3.5.5 to 3.5.6 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7420 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Hossein Pursultani <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Andrew Patterson <[email protected]> Co-authored-by: deps <[email protected]>
2 parents 5616d6a + ea96fed commit d731cab

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

config/software/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616

1717
name 'rubygems'
18-
default_version '3.5.5'
18+
default_version '3.5.6'
1919

2020
license 'MIT'
2121
license_file 'LICENSE.txt'

test-plans/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
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)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
```

0 commit comments

Comments
 (0)