Skip to content

Commit dd66299

Browse files
authored
Merge pull request #76 from openxml/change-ruby-version-reqmt
Set required ruby version to be >= 2.0
2 parents 776fe6e + 89f76fa commit dd66299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openxml-docx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2020
spec.require_paths = ["lib"]
2121

22-
spec.required_ruby_version = "~> 2.0"
22+
spec.required_ruby_version = ">= 2.0"
2323

2424
spec.add_dependency "nokogiri"
2525
spec.add_dependency "openxml-package", ">= 0.2.2"

0 commit comments

Comments
 (0)