Skip to content

Commit

Permalink
Install bundler as a regular gem
Browse files Browse the repository at this point in the history
To workaround default gems not being properly packaged.
  • Loading branch information
deivid-rodriguez committed Jun 13, 2021
1 parent 7d415b3 commit b78a0f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
bundler: none
working-directory: warbler

- name: Install fixed rubygems version
run: gem update --system 3.2.20

- name: Install fixed bundler version
run: gem install bundler:2.2.20

- name: Install dependencies
run: bundle install --jobs=3 --retry=3
working-directory: warbler
Expand Down

0 comments on commit b78a0f9

Please sign in to comment.