We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16c8a5 commit 7c9555aCopy full SHA for 7c9555a
.github/workflows/ci.yml
@@ -46,9 +46,7 @@ jobs:
46
uses: ruby/setup-ruby@v1
47
with:
48
ruby-version: ${{ matrix.ruby }}
49
- # rubygems: 3.7.2
50
- # bundler: 2.7
51
- # bundler-cache: true
+ bundler-cache: true
52
- name: Install dependencies
53
env:
54
ACTIVE_RECORD_VERSION: ~> ${{ matrix.activerecord }}.0
.tool-versions
@@ -0,0 +1 @@
1
+ruby 3.0.7
0 commit comments