Skip to content

Commit faaef0e

Browse files
committed
Remove Gemfile.locks on CI
1 parent 93ee463 commit faaef0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828

29+
- name: Remove Gemfile lock
30+
run: |
31+
rm $BUNDLE_GEMFILE.lock
32+
2933
- name: Install Ruby
3034
uses: ruby/setup-ruby@v1
3135
with:

0 commit comments

Comments
 (0)