Skip to content

Commit 19f1e97

Browse files
committed
Fix bundler
1 parent 23fa6f8 commit 19f1e97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ruby-version: 2.7.0
2222

2323
- name: Install Bundler
24-
run: gem install bundler
24+
run: gem install bundler -v 2.4.22
2525

2626
- uses: actions/cache@v1
2727
with:

0 commit comments

Comments
 (0)