Skip to content

Commit 0e81e16

Browse files
committed
bumping ruby 3 to 3.0.6 to hopefully fix bundler issue
1 parent 5259068 commit 0e81e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ruby:
1111
# See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
1212
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
13-
- '3.0'
13+
- '3.0.6'
1414
- 3.1
1515
- 3.2
1616
- 3.3

0 commit comments

Comments
 (0)