Skip to content

Commit

Permalink
Revert "gem install bundler -v 2.4.19"
Browse files Browse the repository at this point in the history
This reverts commit 04208cd.
  • Loading branch information
shinokaro committed May 5, 2024
1 parent 04208cd commit cefa289
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
bundler-cache: true

- name: Update RubyGems (only for Ruby 2.6)
run: |
gem update --system 3.2.3
gem install bundler -v 2.4.19
run: gem update --system 3.2.3
if: matrix.ruby == '2.6'

- name: Build stub and run tests
Expand Down

0 comments on commit cefa289

Please sign in to comment.