Skip to content

Commit

Permalink
Specify Bundler version for Ruby 2.7
Browse files Browse the repository at this point in the history
Also remove explicit installation of Bundler.
setup-ruby already handles this
  • Loading branch information
pepijnve committed Nov 20, 2024
1 parent 83a1717 commit 87466e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- ruby: '3.1'
gemfile: gemfiles/prawn-2.4.0.gemfile
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -36,7 +36,6 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
run: |
gem install bundler
echo 'bundle install --gemfile=${{ matrix.gemfile }}'
bundle install --jobs 4 --retry 3
bundle exec rake

0 comments on commit 87466e6

Please sign in to comment.