Commit c28797a
authored
ci: Use bundler-cache instead of manual Bundler install
* ci: Use bundler-cache instead of manual Bundler install
Let ruby/setup-ruby manage Bundler and dependency installation.
This avoids the manual Bundler install step and handles version
differences more reliably.
* ci: Use "latest" Bundler with Ruby "head"
Prevents picking up of the Gemfile's v2.4.22 which is no longer compatible with
Ruby 4.
* ci: Pin old Bundler for Ruby 2.7 and release others
This inverts the dependency strategy and within the CI matrix allows everything
to use the latest except for Ruby 2.7 which is known to fail with later Bundler
versions.1 parent fa9dcf5 commit c28797a
2 files changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
0 commit comments