Skip to content

Commit

Permalink
Fix nokogiri dependency for ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolBen committed Jun 11, 2023
1 parent 207a246 commit 5a871c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler: ${{ env.BUNDLER_VERSION || 'latest' }}
- name: Setup Nokogiri for ruby 2.4
if: ${{ matrix.ruby == '2.4' }}
run: |
bundle add nokogiri -version 1.0.8
bundle install
- uses: supercharge/mongodb-github-action@1.3.0
if: ${{ matrix.devise-token-auth-orm == 'mongoid' }}
- name: Setup Database
Expand Down

0 comments on commit 5a871c1

Please sign in to comment.