Skip to content

Commit

Permalink
fix: allow Ruby 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Sep 2, 2024
1 parent 2b95b4a commit 2a78149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eigen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = "Rice-based Ruby bindings to the Eigen C++ linear algebra library"
spec.homepage = "https://github.com/rock-core/base-ruby_eigen"
spec.license = "MIT"
spec.required_ruby_version = "> 2.7"
spec.required_ruby_version = ">= 2.7"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 2a78149

Please sign in to comment.