We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48a9312 + e244b8f commit b69d06aCopy full SHA for b69d06a
rubystats.gemspec
@@ -20,11 +20,9 @@ Gem::Specification.new do |s|
20
21
s.add_development_dependency("minitest", ">= 4.2", "< 5.0")
22
s.add_development_dependency("hoe", ">= 1.7.0")
23
- if RUBY_VERSION >= "3.1"
24
- # matrix was removed from default gems in Ruby 3.1, see
25
- # https://github.com/ruby/ruby/pull/4530 and https://stdgems.org/
26
- s.add_runtime_dependency("matrix")
27
- end
28
+ # matrix was removed from default gems in Ruby 3.1, see
+ # https://github.com/ruby/ruby/pull/4530 and https://stdgems.org/
+ s.add_runtime_dependency("matrix")
29
end
30
0 commit comments