Skip to content

Commit

Permalink
Remove rubygem update line
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Oct 31, 2024
1 parent 389b442 commit a1c3dd4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,5 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
rubygems: 3.3.26
bundler: 2.3.26 # needed to fix issue with steep on Ruby 3.0/3.1
- run: bundle install
- if: ${{ matrix.ruby == '3.4' }}
run: gem update --system 3.5.21 # the latest gem causes 3.4 macos failues
- run: bundle exec rake spec:main

0 comments on commit a1c3dd4

Please sign in to comment.