Skip to content

Commit

Permalink
Specify gem version for macos test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Nov 6, 2024
1 parent 87cfcb6 commit eb944e7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
ruby-version: ${{ matrix.ruby }}
rubygems: 3.3.26
bundler: 2.3.26 # needed to fix issue with steep on Ruby 3.0/3.1
- if: ${{ matrix.ruby == '3.3' }}
# Specify gem version for 3.4 because default version (3.6.0.dev)
# leads to an incorrect gem root path
- if: ${{ matrix.ruby == '3.3' || matrix.ruby == '3.4' }}
run: gem update --system 3.5.21
- run: |
ruby -v
gem -v
bundler -v
- run: bundle install
- run: bundle exec rake spec:main

0 comments on commit eb944e7

Please sign in to comment.