Skip to content

Commit

Permalink
So that each version of Ruby on CI can bundle proper gemset
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 31, 2024
1 parent ea21171 commit 9834f2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- run: rm Gemfile.lock

- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand Down

0 comments on commit 9834f2a

Please sign in to comment.