Skip to content

Commit

Permalink
only ruby 3.x are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin authored and cxn03651 committed Dec 30, 2023
1 parent 343b65e commit 6f00031
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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', 2.7, 2.6, 2.5, 2.4, 2.3, 2.2, 2.1, '2.0', 1.9]
ruby: [3.2, 3.1, '3.0']

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions writeexcel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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.add_development_dependency 'minitest'
gem.add_development_dependency 'rake'
gem.extra_rdoc_files = [
Expand Down

0 comments on commit 6f00031

Please sign in to comment.