Commit a647442
fix: use pessimistic nokogiri version constraints
Address review feedback: replace open-ended >= 1.19.2 with pessimistic
constraints to prevent a hypothetical nokogiri 2.0 from being pulled in.
- gemspec: ~> 1.19.2 (allows 1.19.x patches, caps at < 1.20)
- Gemfile: ~> 1.19 (allows 1.19.x and 1.20.x, caps at < 2.0)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3ff1a26 commit a647442
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
0 commit comments