Commit 956acb9
committed
CI: Use latest Bundler to support Ruby head
Ruby 4.1.0dev (head) removed Pathname::SEPARATOR_PAT, which caused
Bundler 2.4.22 (specified in Gemfile.lock) to fail with a NameError.
By setting 'bundler: latest', setup-ruby will install a version of
Bundler compatible with the running Ruby version, resolving the
incompatibility in the head build while maintaining Ruby 2.7 support.
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>1 parent 69fc951 commit 956acb9
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
0 commit comments