diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index dbeb6290143..72324e5faa7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,7 +55,7 @@ jobs: run: vale docs/ - name: Install Ruby - uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # v1.199.0 + uses: ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed # v1.200.0 with: bundler-cache: true working-directory: docs diff --git a/.rubocop.yml b/.rubocop.yml index 4035b608864..646abda1341 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -189,6 +189,8 @@ Style/OptionalBooleanParameter: AllowedMethods: - respond_to? - respond_to_missing? +Style/RedundantLineContinuation: + Enabled: false Style/RescueStandardError: EnforcedStyle: implicit Style/ReturnNil: