Skip to content

Commit 11a0728

Browse files
committed
Remove Gemfile.lock for Ruby head
1 parent 27009dd commit 11a0728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- uses: actions/checkout@v3
2929

3030
- name: Remove Gemfile.lock
31-
if: matrix.os == 'windows-latest' && matrix.ruby == '3.1'
32-
run: rm Gemfile.lock
31+
if: (matrix.ruby == 'head' ) || (matrix.os == 'windows-latest' && matrix.ruby == '3.1')
32+
run: "rm ${{ matrix.gemfile }}.lock"
3333

3434
- name: Set up Ruby
3535
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)