Skip to content

Commit

Permalink
Update Rubygems before bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Sep 12, 2023
1 parent 1dedb3d commit 96f38e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Upgrade RubyGems
run: gem update --system 3.2.3


- name: Install dependencies
run: |
gem install bundler:1.17.3
Expand Down

0 comments on commit 96f38e7

Please sign in to comment.