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 @@ -61,7 +61,7 @@ variables:
61
61
CACHE_KEY_SUFFIX : ' -v3'
62
62
CACHE_EDITION : " CE"
63
63
ISSUE_BOT_LABELS_EXTRA : " group::distribution"
64
- BUNDLER_VERSION : " 2.5.6 "
64
+ BUNDLER_VERSION : " 2.5.7 "
65
65
# NOTE: When `NEXT_RUBY_VERSION` is updated, flip
66
66
# `USE_NEXT_RUBY_VERSION_IN_*` variables to false to avoid surprises.
67
67
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