Skip to content

Commit

Permalink
Run Rubocop on Ruby 3.4 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Jan 13, 2025
1 parent 33f1593 commit 85111cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
bundler:
- latest
ruby:
- "3.3"
- "3.4"
runs-on: ubuntu-latest
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/style.gemfile
Expand Down
4 changes: 2 additions & 2 deletions .rubocop_thread_safety.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# It would be good to make the gem more thread safe, but at the moment it is not entirely.
# TODO: Comment out the following to see code needing to be refactored for thread safety!
ThreadSafety/ClassAndModuleAttributes:
Enabled: false
ThreadSafety/ClassInstanceVariable:
Enabled: false
ThreadSafety/ClassAndModuleAttributes:
Enabled: false

0 comments on commit 85111cf

Please sign in to comment.