Skip to content

Commit

Permalink
Update rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed May 14, 2023
1 parent 4595a2a commit 1b6e876
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: BUNDLE_GEMFILE=./gemfiles/activerecord_${{matrix.activerecord}}.gemfile bundle install --jobs 4
run: |
gem update --system
BUNDLE_GEMFILE=./gemfiles/activerecord_${{matrix.activerecord}}.gemfile bundle install --jobs 4
- name: Test with activerecord ${{matrix.activerecord}}
run: BUNDLE_GEMFILE=./gemfiles/activerecord_${{matrix.activerecord}}.gemfile bundle exec rake
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 1b6e876

Please sign in to comment.