Skip to content

Commit 113fe95

Browse files
simi3v0k4
authored andcommitted
Add Ruby 3.3 and 3.4 to CI.
- add indirect dev dependency to gemsepc
1 parent cfa6089 commit 113fe95

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
17-
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.2, truffleruby-head]
17+
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.2, 3.3, 3.4, truffleruby-head]
1818

1919
steps:
2020
- uses: actions/checkout@v2

knapsack.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.add_development_dependency 'minitest', '>= 5.0.0'
3131
spec.add_development_dependency 'pry', '~> 0'
3232
spec.add_development_dependency 'timecop', '>= 0.9.4'
33+
34+
# needed for outdated spinach gherkin-ruby dependency
35+
spec.add_development_dependency 'racc'
3336
end

0 commit comments

Comments
 (0)