File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ variables:
57
57
CACHE_EDITION : " CE"
58
58
CACHE_POLICY : ' pull-push'
59
59
ISSUE_BOT_LABELS_EXTRA : " group::distribution"
60
- BUNDLER_VERSION : " 2.5.7 "
60
+ BUNDLER_VERSION : " 2.5.9 "
61
61
# NOTE: When `NEXT_RUBY_VERSION` is updated, flip
62
62
# `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
63
63
NEXT_RUBY_VERSION : " 3.1.4"
Original file line number Diff line number Diff line change @@ -649,4 +649,4 @@ DEPENDENCIES
649
649
yard
650
650
651
651
BUNDLED WITH
652
- 2.5.5
652
+ 2.5.9
Original file line number Diff line number Diff line change 15
15
#
16
16
17
17
name 'rubygems'
18
- default_version '3.5.7 '
18
+ default_version '3.5.9 '
19
19
20
20
license 'MIT'
21
21
license_file 'LICENSE.txt'
Original file line number Diff line number Diff line change 6
6
- [ ] Checked rubygems [ changelog] ( https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md ) for potential breaking changes.
7
7
- [ ] Checked that the ` bundler ` gem was updated to the corresponding version
8
8
noted in the changelog.
9
+ - [ ] Checked that the ` BUNDLED_WITH ` version in the ` Gemfile.lock ` was updated
10
+ to the corresponding version noted in the changelog.
9
11
- [ ] Performed a successful GitLab Enterprise Edition (EE) build on gitlab.com
10
12
on all supported platforms (include ` build-package-on-all-os ` job).
11
13
- [ ] Ran ` qa-subset-test ` as well as manual ` qa-remaining-test-manual ` CI/CD
You can’t perform that action at this time.
0 commit comments