Skip to content

Commit

Permalink
ci: delete Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 19, 2022
1 parent b8d2e62 commit 8dc39c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
ruby: ["2.7", "3.0", "3.1"]
steps:
- uses: actions/checkout@v2
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
Expand All @@ -38,6 +39,7 @@ jobs:
runs-on: ${{matrix.plat}}-latest
steps:
- uses: actions/checkout@v2
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: rm Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
Expand Down

0 comments on commit 8dc39c5

Please sign in to comment.