Skip to content

Commit da4c104

Browse files
committed
Don't use Active Support 8.0 with Ruby 3.1
1 parent 2fefec9 commit da4c104

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ jobs:
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
1515
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
16+
- name: Unlock Active Support
17+
run: bundle update activesupport
18+
if: matrix.ruby == '3.1'
1619
- run: bundle exec rspec

0 commit comments

Comments
 (0)