Skip to content

Commit 5aea4f5

Browse files
committed
1 parent f2c9ee2 commit 5aea4f5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
ruby: ["2.7", "3.0", "3.1"]
2323
steps:
2424
- uses: actions/checkout@v2
25+
- run: rm Gemfile.lock
2526
- uses: ruby/setup-ruby@v1
2627
with:
2728
ruby-version: ${{matrix.ruby}}
@@ -38,6 +39,7 @@ jobs:
3839
runs-on: ${{matrix.plat}}-latest
3940
steps:
4041
- uses: actions/checkout@v2
42+
- run: rm Gemfile.lock
4143
- uses: ruby/setup-ruby@v1
4244
with:
4345
ruby-version: "3.1"

Diff for: .github/workflows/gem-install.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v2
26+
- run: rm Gemfile.lock
2627
- uses: ruby/setup-ruby@v1
2728
with:
2829
ruby-version: "3.1"

0 commit comments

Comments
 (0)