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 33f1593 commit 85111cfCopy full SHA for 85111cf
.github/workflows/style.yml
@@ -23,7 +23,7 @@ jobs:
23
bundler:
24
- latest
25
ruby:
26
- - "3.3"
+ - "3.4"
27
runs-on: ubuntu-latest
28
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
29
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/style.gemfile
.rubocop_thread_safety.yml
@@ -1,6 +1,6 @@
1
# It would be good to make the gem more thread safe, but at the moment it is not entirely.
2
# TODO: Comment out the following to see code needing to be refactored for thread safety!
3
-ThreadSafety/ClassAndModuleAttributes:
4
- Enabled: false
5
ThreadSafety/ClassInstanceVariable:
6
Enabled: false
+ThreadSafety/ClassAndModuleAttributes:
+ Enabled: false
0 commit comments