Skip to content

Commit

Permalink
Merge pull request #21 from High5Apps/master
Browse files Browse the repository at this point in the history
Remove broken RUBY_VERSION check from gemspec
  • Loading branch information
phillbaker authored May 17, 2023
2 parents 48a9312 + e244b8f commit b69d06a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rubystats.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ Gem::Specification.new do |s|

s.add_development_dependency("minitest", ">= 4.2", "< 5.0")
s.add_development_dependency("hoe", ">= 1.7.0")
if RUBY_VERSION >= "3.1"
# 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")
end

# 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")
end

0 comments on commit b69d06a

Please sign in to comment.