File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.6 "
60
+ BUNDLER_VERSION : " 2.5.7 "
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 15
15
#
16
16
17
17
name 'rubygems'
18
- default_version '3.5.6 '
18
+ default_version '3.5.7 '
19
19
20
20
license 'MIT'
21
21
license_file 'LICENSE.txt'
Original file line number Diff line number Diff line change 17
17
- [ ] ` rubygems `
18
18
19
19
``` shell
20
- gem ls rubygems
20
+ gem list rubygems
21
21
```
22
22
23
23
- [ ] ` bundler`
24
24
25
25
` ` ` shell
26
- gem ls bundler
26
+ gem list bundler
27
27
` ` `
You can’t perform that action at this time.
0 commit comments