Commit 1fd49d4
Remove Heroku-20 support (heroku#1591)
* Remove heroku-20 version logic
* Update error message
* Remove unsupported Bundler versions
Ruby 3+ ships with a bundler version and Ruby 3.1 ships with Bundler 2.5:
```
$ /Users/rschneeman/.rubies/ruby-3.1.6/bin/bundle -v
Bundler version 2.5.11
```
I think we could also remove the 2.3 and 2.4 bundler versions from the hash, but would need to check observability to be sure. It's not hurting things for now.
* Update download presence logic to remove heroku-20
* Remove heroku-18 string from spec
* Update test to non EOL stack
* Remove (more) deprecated stack references
* Refactor: Move spec file
There's only one test in `installers/`, and it's easier to run all "helpers" at once this way.
* Remove Ruby 1.9 code
* Remove Ruby <2.1 code
* Remove Ruby <2.1 "syck hack" code
* Remove Ruby < 1.9 logic
* Remove Ruby 1.8.7 code and duplicate env var
* Remove older changelogs (keeping 2024-2025)
* Remove unused Ruby 2.6 code
* Remove unused constant
* Remove unused logging code
* Remove unused methods
* DRY up logic
* Remove hardcoded false in vendored_bundle?
Code was added in Ruby ~2.5 and never moved heroku@5dbc840
* All bundler versions supported provide multi platform support
* Remove newline
* Remove unused method
* Remove legacy cache clear code
* Fix code alignment
* Remove bundler < 2.1 configuration
* Remove bundler conditional
```
$ irb
irb(main):001> Gem::Version.new("2.3.1") > Gem::Version.new("2.3")
=> true
```
* Changelog
* Remove no-op libyaml
Added in heroku@eac7584 and removed some time later, we have libyaml on the system and this is a no-op. https://devcenter.heroku.com/articles/stack-packages
* Remove unused files and Rake code
* Remove purely `true` variable
* Update lib/language_pack/helpers/bundler_wrapper.rb
Co-authored-by: Colin Casey <casey.colin@gmail.com>
Signed-off-by: Richard Schneeman <richard.schneeman+no-recruiters@gmail.com>
* Assert no accidental cache purge message
heroku#1591 (comment)
---------
Signed-off-by: Richard Schneeman <richard.schneeman+no-recruiters@gmail.com>
Co-authored-by: Colin Casey <casey.colin@gmail.com>1 parent 3018f23 commit 1fd49d4
82 files changed
Lines changed: 174 additions & 1522 deletions
File tree
- bin/support
- changelogs
- v205
- v206
- v207
- v208
- v214
- v218
- v219
- v224
- v225
- v226
- v227
- v228
- v229
- v230
- v231
- v233
- v235
- v237
- v238
- v240
- v244
- v245
- v246
- v247
- v248
- v249
- v250
- v252
- v253
- v254
- v255
- v260
- v261
- v263
- lib/language_pack
- helpers
- log
- spec
- hatchet
- helpers
- unit
- support/s3
- vendor
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| 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 | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 11 | | |
68 | 12 | | |
69 | 13 | | |
| |||
91 | 35 | | |
92 | 36 | | |
93 | 37 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 38 | | |
110 | 39 | | |
111 | 40 | | |
| |||
| 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 | 28 | | |
| |||
| 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 | 28 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
Whitespace-only changes.
This file was deleted.
This file was deleted.
0 commit comments