Skip to content

Commit

Permalink
Avoid to use latest Bundler
Browse files Browse the repository at this point in the history
The latest Bundler doesn't support old Rubies.
  • Loading branch information
y-yagi committed Jan 14, 2024
1 parent 3b8ec5f commit 7f799c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: |
gem install bundler --no-document
bundle install
- name: Run test
run: bundle exec rake

0 comments on commit 7f799c3

Please sign in to comment.