Skip to content

Commit 24288dc

Browse files
authored
Merge pull request ruby-docx#146 from ruby-docx/drop-support-for-ruby-2.6
Drop support for ruby 2.6
2 parents 140e6f9 + 0964371 commit 24288dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
ruby: [2.6, 2.7, "3.0", 3.1, 3.2]
20+
ruby: [2.7, "3.0", 3.1, 3.2]
2121

2222
steps:
2323
- uses: actions/checkout@v2

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 = ['[email protected]']
1212
s.homepage = 'https://github.com/chrahunt/docx'
1313
s.files = Dir['README.md', 'LICENSE.md', 'lib/**/*.rb']
14-
s.required_ruby_version = '>= 2.6.0'
14+
s.required_ruby_version = '>= 2.7.0'
1515

1616
s.add_dependency 'nokogiri', '~> 1.13', '>= 1.13.0'
1717
s.add_dependency 'rubyzip', '~> 2.0'

0 commit comments

Comments
 (0)