Skip to content

Commit c294620

Browse files
authored
chore: fix ci.yml with bundler version (#187)
1 parent f0ac90d commit c294620

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
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
ruby-version: ['3.2', '3.3', '3.4']
25-
bundler-version: ${{ env.BUNDLER_VERSION }}
25+
bundler-version: '2.7'
2626

2727
steps:
2828
- name: Checkout repository

0 commit comments

Comments
 (0)