summaryrefslogtreecommitdiff
path: root/lib/matrix/matrix.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-27 10:01:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-11 13:48:17 +0900
commit13baa2b5a5eddce9402480d5929261040651f2a0 (patch)
tree855c105ed97f6e8d408e7b5c6a852f9cc03d3d6c /lib/matrix/matrix.gemspec
parente698bf1a7f06452c9509f33e865cc9797dde15b9 (diff)
[ruby/matrix] Drop to Ruby 2.4 and 2.5
https://github.com/ruby/matrix/commit/3244d82804
Diffstat (limited to 'lib/matrix/matrix.gemspec')
-rw-r--r--lib/matrix/matrix.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/matrix/matrix.gemspec b/lib/matrix/matrix.gemspec
index 24e2d59674..018963d913 100644
--- a/lib/matrix/matrix.gemspec
+++ b/lib/matrix/matrix.gemspec
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.description = %q{An implementation of Matrix and Vector classes.}
spec.homepage = "https://github.com/ruby/matrix"
spec.license = "BSD-2-Clause"
+ spec.required_ruby_version = ">= 2.5.0"
spec.files = [".gitignore", "Gemfile", "LICENSE.txt", "README.md", "Rakefile", "bin/console", "bin/setup", "lib/matrix.rb", "lib/matrix/eigenvalue_decomposition.rb", "lib/matrix/lup_decomposition.rb", "lib/matrix/version.rb", "matrix.gemspec"]
spec.bindir = "exe"