We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58a42c commit 674b336Copy full SHA for 674b336
1 file changed
docx.gemspec
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
11
s.email = ['chrahunt@gmail.com']
12
s.homepage = 'https://github.com/chrahunt/docx'
13
s.files = Dir["README.md", "LICENSE.md", "lib/**/*.rb"]
14
+ s.required_ruby_version = '>= 2.4.6'
15
16
s.add_dependency 'nokogiri', '~> 1.8', '>= 1.8.1'
17
s.add_dependency 'rubyzip', '~> 2.0'
0 commit comments