Skip to content

Commit dbadbff

Browse files
bundler support for ruby <= 3.0
1 parent 04d7360 commit dbadbff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
- uses: ruby/setup-ruby@v1
5252
with:
5353
ruby-version: ${{ matrix.ruby }}
54+
bundler: ${{ (matrix.ruby <= '3.0' && '2.4.22') || 'latest' }}
5455

5556
- name: Install dependencies
5657
run: bundle install

0 commit comments

Comments
 (0)