We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fefec9 commit da4c104Copy full SHA for da4c104
.github/workflows/test.yml
@@ -13,4 +13,7 @@ jobs:
13
with:
14
ruby-version: ${{ matrix.ruby }}
15
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'
19
- run: bundle exec rspec
0 commit comments