Skip to content

Commit

Permalink
remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Dec 17, 2023
1 parent 9fe3751 commit 4061b01
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ jobs:
- name: Install latest bundler
run: |
if [[ "$(ruby -v | awk '{print $2}')" == 2.7.8* ]]; then
gem install bundler -v 2.4.4 --no-document
gem install bundler -v 2.4.22 --no-document
gem update --system 3.4.22 --no-document
else
gem install bundler --no-document
gem update --system --no-document
fi
bundle config set without 'tools benchmarks docs'
Expand Down

0 comments on commit 4061b01

Please sign in to comment.