Skip to content

Commit

Permalink
[ci] fix bundler installation
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic authored Feb 1, 2024
1 parent a67ffac commit 9ff2ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
with:
ruby-version: "2.6"
- name: Install latest bundler
run: gem install bundler --no-document
# unfortunatelly this is the latest bundler that works with 2.6
run: gem install bundler:2.4.22 --no-document
- name: Bundle install
run: |
bundle config set without development
Expand Down

0 comments on commit 9ff2ff7

Please sign in to comment.