Skip to content

Commit 674b336

Browse files
committed
Specify require_ruby_version, drops 2.3.x
1 parent f58a42c commit 674b336

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docx.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ 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'
1415

1516
s.add_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
1617
s.add_dependency 'rubyzip', '~> 2.0'

0 commit comments

Comments
 (0)