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.
1 parent fec1335 commit ac5b1dfCopy full SHA for ac5b1df
enumerable-statistics.gemspec
@@ -25,6 +25,8 @@ Gem::Specification.new do |spec|
25
spec.require_paths = ["ext", "lib"]
26
spec.extensions = Dir['ext/**/extconf.rb']
27
28
+ spec.required_ruby_version = '>= 2.4'
29
+
30
spec.add_development_dependency "bundler", ">= 1.17.2"
31
spec.add_development_dependency "rake"
32
spec.add_development_dependency "rake-compiler", ">= 0.9.8"
0 commit comments