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 <rmarshall@gitlab.com>
Approved-by: Jon Doveston <jdoveston@gitlab.com>
Approved-by: Robert Marshall <rmarshall@gitlab.com>
Co-authored-by: Clemens Beck <cbeck@gitlab.com>
Co-authored-by: deps <bot@dependencies.io>
This commit is contained in:
Robert Marshall 2024-04-11 03:34:02 +00:00
commit ca5db61025
3 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ variables:
CACHE_EDITION: "CE"
CACHE_POLICY: 'pull-push'
ISSUE_BOT_LABELS_EXTRA: "group::distribution"
BUNDLER_VERSION: "2.5.6"
BUNDLER_VERSION: "2.5.7"
# 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"

View File

@ -15,7 +15,7 @@
#
name 'rubygems'
default_version '3.5.6'
default_version '3.5.7'
license 'MIT'
license_file 'LICENSE.txt'

View File

@ -17,11 +17,11 @@
- [ ] `rubygems`
```shell
gem ls rubygems
gem list rubygems
```
- [ ] `bundler`
```shell
gem ls bundler
gem list bundler
```