Skip to content

Commit

Permalink
Support Ruby 2.4 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
cxn03651 committed Dec 30, 2023
1 parent 2016f09 commit a32f99b
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-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [3.2, 3.1, '3.0']
ruby: [3.2, 3.1, '3.0', 2.7, 2.6, 2.5, 2.4]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion writeexcel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.required_ruby_version = '>= 3.0.0'
gem.required_ruby_version = '>= 2.4.0'
gem.add_development_dependency 'minitest'
gem.add_development_dependency 'rake'
gem.extra_rdoc_files = [
Expand Down

0 comments on commit a32f99b

Please sign in to comment.