Skip to content

Commit 9834f2a

Browse files
committed
So that each version of Ruby on CI can bundle proper gemset
1 parent ea21171 commit 9834f2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

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

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

0 commit comments

Comments
 (0)