Commit 0aaec5f
committed
Change http gem constraint to allow for v6
The http gem v6.x is Ruby 3.2 and up only, so the constraint here
should allow for installation of v5 on older Ruby versions and v6
on newer.
See-also: https://github.com/httprb/http/blob/v6.0.3/CHANGELOG.md1 parent e82cdf4 commit 0aaec5f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
0 commit comments