Skip to content

Commit 85111cf

Browse files
committed
Run Rubocop on Ruby 3.4 on CI
1 parent 33f1593 commit 85111cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
bundler:
2424
- latest
2525
ruby:
26-
- "3.3"
26+
- "3.4"
2727
runs-on: ubuntu-latest
2828
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
2929
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/style.gemfile

.rubocop_thread_safety.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# It would be good to make the gem more thread safe, but at the moment it is not entirely.
22
# TODO: Comment out the following to see code needing to be refactored for thread safety!
3-
ThreadSafety/ClassAndModuleAttributes:
4-
Enabled: false
53
ThreadSafety/ClassInstanceVariable:
64
Enabled: false
5+
ThreadSafety/ClassAndModuleAttributes:
6+
Enabled: false

0 commit comments

Comments
 (0)