Skip to content

Commit c189cd5

Browse files
committed
rm Gemfile.lock before bundling in CI
1 parent 9811f5e commit c189cd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626

27+
- run: rm Gemfile.lock
28+
2729
- uses: ruby/setup-ruby@v1
2830
with:
2931
ruby-version: ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)