Skip to content
Snippets Groups Projects
Commit 58ebd91183fd authored by dependencies.io Bot's avatar dependencies.io Bot
Browse files

Update rubygems from 3.5.5 to 3.5.6

Changelog: changed
parent 3e3f44ea01de
No related branches found
No related tags found
3 merge requests!128heptapod#1534: making 1.5 the oldstable,!125heptapod#1494: make 1.5 the new stable,!123Omnibus GitLab for upstream 16.10
......@@ -61,7 +61,7 @@
CACHE_KEY_SUFFIX: '-v3'
CACHE_EDITION: "CE"
ISSUE_BOT_LABELS_EXTRA: "group::distribution"
BUNDLER_VERSION: "2.5.5"
BUNDLER_VERSION: "2.5.6"
# NOTE: When `NEXT_RUBY_VERSION` is updated, flip
# `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
NEXT_RUBY_VERSION: "3.1.4"
......
......@@ -15,7 +15,7 @@
#
name 'rubygems'
default_version '3.5.5'
default_version '3.5.6'
license 'MIT'
license_file 'LICENSE.txt'
......
......@@ -8,3 +8,4 @@
- [go-crond](upgrade-go-crond-testplan.md)
- [Mattermost](upgrade-mattermost-testplan.md)
- [redis](upgrade-redis-testplan.md)
- [rubygems](upgrade-rubygems-testplan.md)
# `rubygems` component upgrade test plan
<!-- Copy and paste the following into your MR description. -->
## Test plan
- [ ] Checked rubygems [changelog](https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md) for potential breaking changes.
- [ ] Checked that the `bundler` gem was updated to the corresponding version
noted in the changelog.
- [ ] Performed a successful GitLab Enterprise Edition (EE) build on gitlab.com
on all supported platforms (include `build-package-on-all-os` job).
- [ ] Ran `qa-subset-test` as well as manual `qa-remaining-test-manual` CI/CD
test job for both GitLab Enterprise Edition and GitLab Community Edition.
- [ ] Performed a successful GitLab Community Edition (CE) build on
dev.gitlab.org.
- Checked installed gem versions:
- [ ] `rubygems`
```shell
gem ls rubygems
```
- [ ] `bundler`
```shell
gem ls bundler
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment