Skip to content

Commit 7c9555a

Browse files
committed
More trying to make CI pass
1 parent f16c8a5 commit 7c9555a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ jobs:
4646
uses: ruby/setup-ruby@v1
4747
with:
4848
ruby-version: ${{ matrix.ruby }}
49-
# rubygems: 3.7.2
50-
# bundler: 2.7
51-
# bundler-cache: true
49+
bundler-cache: true
5250
- name: Install dependencies
5351
env:
5452
ACTIVE_RECORD_VERSION: ~> ${{ matrix.activerecord }}.0

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ruby 3.0.7

0 commit comments

Comments
 (0)