gnu: ruby-dep: Build with ruby-2.7.
As that seems to be the required version. * gnu/packages/ruby.scm (ruby-dep)[arguments]: Specify #:ruby ruby-2.7.
parent
9dad3618cc
commit
3842836220
|
@ -6716,7 +6716,9 @@ rate.")
|
|||
"1c1bkl97i9mkcvkn1jks346ksnvnnp84cs22gwl0vd7radybrgy5"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; No included tests
|
||||
(list
|
||||
#:ruby ruby-2.7
|
||||
#:tests? #f)) ; No included tests
|
||||
(synopsis "Creates a version constraint of supported Rubies")
|
||||
(description
|
||||
"This package helps create a version constraint of supported Rubies,
|
||||
|
|
Reference in New Issue