Skip to content

Commit ca5db61

Browse files
Robert MarshallClemens Beckdependencies-bot
committed
Merge branch 'deps/4225d27-054101b' into 'master'
Update rubygems/rubygems from 3.5.6 to 3.5.7 See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7494 Merged-by: Robert Marshall <[email protected]> Approved-by: Jon Doveston <[email protected]> Approved-by: Robert Marshall <[email protected]> Co-authored-by: Clemens Beck <[email protected]> Co-authored-by: deps <[email protected]>
2 parents 57d2bf8 + ebe3efc commit ca5db61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6"
60+
BUNDLER_VERSION: "2.5.7"
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"

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.6'
18+
default_version '3.5.7'
1919

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

test-plans/upgrade-rubygems-testplan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
- [ ] `rubygems`
1818

1919
```shell
20-
gem ls rubygems
20+
gem list rubygems
2121
```
2222

2323
- [ ] `bundler`
2424

2525
```shell
26-
gem ls bundler
26+
gem list bundler
2727
```

0 commit comments

Comments
 (0)