File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,18 @@ language: ruby
22dist : trusty
33sudo : false
44rvm :
5- - 2.4
6- - 2.5
5+ - 2.4
6+ - 2.5
7+ - 2.6
8+ - 2.7
9+ - ruby-head
10+
11+ matrix :
12+ allow_failures :
13+ - rvm : ruby-head
14+
15+ cache : bundler
716bundler_args : --jobs=2
17+
818script :
9- - bundle exec rake spec
19+ - bundle exec rake spec
Original file line number Diff line number Diff line change @@ -11,10 +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.0'
1415
1516 s . add_dependency 'nokogiri' , '~> 1.10' , '>= 1.10.4'
1617 s . add_dependency 'rubyzip' , '~> 2.0'
1718
1819 s . add_development_dependency 'rspec' , '~> 3.7'
1920 s . add_development_dependency 'rake' , '~> 13.0'
2021end
22+
You can’t perform that action at this time.
0 commit comments