Skip to content

Commit 4d5cc58

Browse files
committed
ruby/spec no longer needs webrick
1 parent 3360794 commit 4d5cc58

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,4 @@ jobs:
202202
bundler: none
203203
- name: Setup jt
204204
run: echo "$PWD/bin" >> $GITHUB_PATH
205-
- name: Install webrick for Ruby 3+
206-
run: gem install webrick
207-
if: startsWith(matrix.ruby, '3.')
208205
- run: CHECK_LEAKS=true jt -u ruby mspec -fdot --timeout 30 spec/ruby

0 commit comments

Comments
 (0)