Skip to content

Commit

Permalink
Add support for Ruby 3.3 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed Jan 15, 2024
1 parent 42f610c commit c73c8d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion henkei.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
'(.doc, .docx, .pages, .odt, .rtf, .pdf) using Apache Tika toolkit'
spec.homepage = 'https://github.com/abrom/henkei'
spec.license = 'MIT'
spec.required_ruby_version = ['>= 2.7.0', '< 3.3.0']
spec.required_ruby_version = ['>= 2.7.0', '< 3.4.0']

# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
# delete this section to allow pushing this gem to any host.
Expand Down

0 comments on commit c73c8d9

Please sign in to comment.