Skip to content

Commit 60a3890

Browse files
committed
Specify 0 as micro version for people using rubies provided package manager
1 parent 674b336 commit 60a3890

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docx.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ Gem::Specification.new do |s|
1111
s.email = ['chrahunt@gmail.com']
1212
s.homepage = 'https://github.com/chrahunt/docx'
1313
s.files = Dir["README.md", "LICENSE.md", "lib/**/*.rb"]
14-
s.required_ruby_version = '>= 2.4.6'
14+
s.required_ruby_version = '>= 2.4.0'
1515

1616
s.add_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
1717
s.add_dependency 'rubyzip', '~> 2.0'
1818

1919
s.add_development_dependency 'rspec', '~> 3.7'
2020
s.add_development_dependency 'rake', '~> 13.0'
2121
end
22+

0 commit comments

Comments
 (0)