We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3831e73 commit 34daa1dCopy full SHA for 34daa1d
.github/workflows/main.yml
@@ -31,7 +31,9 @@ jobs:
31
gemfile: [ rails_7_2, rails_8_0, rails_main ]
32
database: [sqlite, postgres, mysql]
33
exclude:
34
- - ruby-version: "3.4"
+ - ruby-version: "3.1"
35
+ gemfile: rails_8_0
36
37
gemfile: rails_main
38
services:
39
redis:
.rubocop.yml
@@ -6,7 +6,7 @@ require:
6
- rubocop-md
7
8
AllCops:
9
- TargetRubyVersion: 3.1
+ TargetRubyVersion: 3.4
10
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
11
# to ignore them, so only the ones explicitly set in this file are enabled.
12
DisabledByDefault: true
0 commit comments