Commit fcea94c
committed
Remove incorrect version constraint
Because Rails 7.1 is released, >= 7.0.0.alpha would install 7.1, and a
nokogiri version that doesn't work on Ruby 2.7. This caused 2.7 / 7.0 CI
to fail.
Also use >= 7.1.0.alpha in edge case, there is no alpha right now.1 parent 28715d7 commit fcea94c
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments