Commit 65cf16c
ci: Drop Bundler 4.0.6 pin now that Bundler 4.0.12 ships the fix
The RuboCop workflow pinned Bundler to 4.0.6 in rsim#2767 to dodge
ruby/rubygems#9536, which broke BUNDLE_ONLY-filtered resolves against
the multi-gemspec rails/rails git source. ruby/rubygems#9544 fixed the
regression, and Bundler 4.0.12 (2026-05-20) ships the fix:
https://blog.rubygems.org/2026/05/20/4.0.12-released.html
Remove the workaround and let setup-ruby's `rubygems: latest` pick up
the fixed Bundler. Also add `rubygems: latest` to linting.yml for
consistency with every other workflow that runs setup-ruby.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 132aaa9 commit 65cf16c
2 files changed
Lines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 19 | + | |
27 | 20 | | |
28 | 21 | | |
29 | 22 | | |
| |||
0 commit comments