diff --git a/.github/zizmor.yml b/.github/zizmor.yml deleted file mode 100644 index 465fbd2..0000000 --- a/.github/zizmor.yml +++ /dev/null @@ -1,6 +0,0 @@ -# This file is synced from the `.github` repository, do not modify it directly. -rules: - unpinned-uses: - config: - policies: - Homebrew/actions/*: ref-pin diff --git a/.rubocop.yml b/.rubocop.yml index b5b9002..e9e2c91 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -115,6 +115,8 @@ Style/AndOr: EnforcedStyle: always Style/ArgumentsForwarding: Enabled: false +Style/ArrayIntersect: + Enabled: false Style/AutoResourceCleanup: Enabled: true Style/BarePercentLiterals: diff --git a/.ruby-version b/.ruby-version index 7636e75..d13e837 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.5 +4.0.6 diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index bd16fb1..7268002 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -246,7 +246,7 @@ DEPENDENCIES yard-sorbet RUBY VERSION - ruby 4.0.5 + ruby 4.0.6 BUNDLED WITH - 4.0.10 + 4.0.16