Skip to content

Commit

Permalink
Drop support for ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
satoryu committed Dec 4, 2023
1 parent 140e6f9 commit 0964371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
ruby: [2.6, 2.7, "3.0", 3.1, 3.2]
ruby: [2.7, "3.0", 3.1, 3.2]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion docx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.email = ['chrahunt@gmail.com']
s.homepage = 'https://github.com/chrahunt/docx'
s.files = Dir['README.md', 'LICENSE.md', 'lib/**/*.rb']
s.required_ruby_version = '>= 2.6.0'
s.required_ruby_version = '>= 2.7.0'

s.add_dependency 'nokogiri', '~> 1.13', '>= 1.13.0'
s.add_dependency 'rubyzip', '~> 2.0'
Expand Down

0 comments on commit 0964371

Please sign in to comment.