Skip to content

Commit 4a2fb9b

Browse files
committed
CI: Dont run bundle update
The ruby action takes care of this
1 parent 18fbad4 commit 4a2fb9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/unit.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
with:
3737
ruby-version: ${{ matrix.ruby }}
3838
bundler-cache: true
39-
- name: Update gems
40-
run: bundle update
4139
- name: Cache modules
4240
id: modules
4341
uses: actions/cache@v4

0 commit comments

Comments
 (0)