Skip to content

Commit 630fddf

Browse files
committed
Drop ruby 2.4 from supporeted versions
1 parent f6b60e2 commit 630fddf

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: ruby
22
dist: trusty
33
sudo: false
44
rvm:
5-
- 2.4
65
- 2.5
76
- 2.6
87
- 2.7

docx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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.0'
14+
s.required_ruby_version = '>= 2.5.0'
1515

1616
s.add_dependency 'nokogiri', '~> 1.10', '>= 1.10.4'
1717
s.add_dependency 'rubyzip', '~> 2.0'

0 commit comments

Comments
 (0)