Skip to content

Commit 89f76fa

Browse files
author
Gary Hall and Matthew Kobs
committed
[skip]Set required ruby version to be >= 2.0(1m)
1 parent 776fe6e commit 89f76fa

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)