Skip to content

Commit

Permalink
fix ruby 3.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 6, 2022
1 parent 96ac8e7 commit 96816c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, 3.0]
ruby: [2.5, 2.6, 2.7, "3.0"]
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
sidekiq (6.3.1)
sidekiq (6.3.2)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down

0 comments on commit 96816c3

Please sign in to comment.