We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28fd5c commit 18154bfCopy full SHA for 18154bf
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
matrix:
15
ruby:
16
- '2.6'
17
+ - '3.3'
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
tracksperanto.gemspec
@@ -43,6 +43,7 @@ Gem::Specification.new do |spec|
43
spec.add_runtime_dependency "progressbar", "0.10.0"
44
spec.add_runtime_dependency "update_hints", "~> 1"
45
spec.add_runtime_dependency "rexml"
46
+ spec.add_runtime_dependency "matrix"
47
48
spec.add_development_dependency "bundler"
49
spec.add_development_dependency "test-unit", '~> 3'
0 commit comments