Skip to content

Commit

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

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

- name: Build stub and run tests
Expand Down

0 comments on commit 04208cd

Please sign in to comment.