Commit 6d1a673
* Use `--update=none` instead of `-n` for `copy` in `cache.rb`
* Changelog
* Fix CI failure
```
1) LanguagePack::Helpers::OutdatedRubyVersion handles arm 💪 architecture on heroku-24
Failure/Error: expect(outdated.suggested_ruby_minor_version).to eq("3.3.7")
expected: "3.3.7"
got: "3.3.8"
(compared using ==)
# ./vendor/bundle/ruby/3.1.0/gems/rspec-support-3.13.1/lib/rspec/support.rb:110:in `block in <module:Support>'
```
3.1 is EOL now and shouldn't change. We should use that.
---------
Co-authored-by: Jan Nash <jnash@jnash.de>
1 parent 31f816d commit 6d1a673
3 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments