We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 776fe6e + 89f76fa commit dd66299Copy full SHA for dd66299
1 file changed
openxml-docx.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
spec.require_paths = ["lib"]
21
22
- spec.required_ruby_version = "~> 2.0"
+ spec.required_ruby_version = ">= 2.0"
23
24
spec.add_dependency "nokogiri"
25
spec.add_dependency "openxml-package", ">= 0.2.2"
0 commit comments