Skip to content

Commit b69d06a

Browse files
authored
Merge pull request #21 from High5Apps/master
Remove broken RUBY_VERSION check from gemspec
2 parents 48a9312 + e244b8f commit b69d06a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

rubystats.gemspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ Gem::Specification.new do |s|
2020

2121
s.add_development_dependency("minitest", ">= 4.2", "< 5.0")
2222
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
2823

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")
2927
end
3028

0 commit comments

Comments
 (0)