mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-09-18 01:29:37 +08:00
Revert "Set the Gem Ruby version to 2.6 or higher"
I changed my mind, it better work on 2.4!
This reverts commit 2649959745
.
This commit is contained in:
@@ -21,7 +21,7 @@ module YouPlot
|
||||
# compare values
|
||||
r = b[1] <=> a[1]
|
||||
# If the values are the same, compare by name
|
||||
r = a[0] <=> b[0] if r.zero?
|
||||
r = a[0] <=> b[0] if r == 0
|
||||
r
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user