Skip to content

Commit

Permalink
Select bundler for Ruby 2
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Feb 15, 2024
1 parent 64d3a97 commit 5b77a5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: false
- run: bundle install
- name: Select bundler
if: startsWith(matrix.ruby-version, '2')
run: gem install bundler -v 2.4.22
- name: Install gems
run: bundle install
- name: Set up yardocs
run: bundle exec yard gems
- name: Run tests
Expand Down

0 comments on commit 5b77a5a

Please sign in to comment.