diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index c9059d4b..0478f11d 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -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 diff --git a/.rubocop_thread_safety.yml b/.rubocop_thread_safety.yml index 93f386ff..8cf726fa 100644 --- a/.rubocop_thread_safety.yml +++ b/.rubocop_thread_safety.yml @@ -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