Skip to content

Commit

Permalink
Update bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Nov 15, 2023
1 parent 837ddd8 commit ebac1a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: false
bundler: Gemfile.lock
- name: Update bundler
run: gem update bundler && bundler update --bundler
- name: Manually install dependencies with specific bundler version
run: bundle _2.4.22_ install --jobs 4 --retry 3
# run: bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit ebac1a1

Please sign in to comment.