Skip to content

Commit cbdc43c

Browse files
authored
Remove updating gem from CI (#1787)
1 parent ca630ef commit cbdc43c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
gems-${{ runner.os }}-${{ matrix.ruby-version }}-
3030
gems-${{ runner.os }}-
3131
32-
# necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache
33-
# can remove once ruby 2.3 is no longer supported
34-
- run: gem update --system
35-
3632
- run: bundle config set deployment 'true'
3733
- name: bundle install
3834
run: |

0 commit comments

Comments
 (0)