Skip to content

Commit 96816c3

Browse files
committed
fix ruby 3.0 build
1 parent 96ac8e7 commit 96816c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: [2.5, 2.6, 2.7, 3.0]
17+
ruby: [2.5, 2.6, 2.7, "3.0"]
1818
services:
1919
redis:
2020
image: redis

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
sidekiq (6.3.1)
12+
sidekiq (6.3.2)
1313
connection_pool (>= 2.2.2)
1414
rack (~> 2.0)
1515
redis (>= 4.2.0)

0 commit comments

Comments
 (0)