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.
2 parents 85c7159 + 387ffcf commit 990a896Copy full SHA for 990a896
.rubocop.yml
@@ -71,3 +71,7 @@ Lint/RedundantCopDisableDirective:
71
Enabled: false # disabled as this can be tough to manage across multiple ruby versions
72
Style/RedundantFreeze:
73
Enabled: false # enable when we only support ruby 3.0+
74
+Naming/BlockForwarding:
75
+ Enabled: false # enable when we only support Ruby 3.1+
76
+Style/HashSyntax:
77
+ EnforcedShorthandSyntax: either
ci/Dockerfile
@@ -36,3 +36,6 @@ RUN eval "$(rbenv init -)" \
36
37
RUN eval "$(rbenv init -)" \
38
&& rbenv install 3.0.4
39
+
40
+RUN eval "$(rbenv init -)" \
41
+ && rbenv install 3.1.3
0 commit comments