We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3bb43 commit c363290Copy full SHA for c363290
2 files changed
.github/workflows/ci.yml
@@ -23,6 +23,7 @@ jobs:
23
- ruby-3.1
24
- ruby-3.2
25
- ruby-3.3
26
+ - ruby-3.4
27
- ruby-head
28
steps:
29
- uses: actions/checkout@v4
.rubocop.yml
@@ -8,6 +8,13 @@ AllCops:
8
DisplayCopNames: true
9
NewCops: enable
10
11
+#
12
+# Gemspec
13
14
+
15
+Gemspec/RequireMFA:
16
+ Enabled: false
17
18
#
19
# Metrics
20
0 commit comments