From 351d2ffbfb32675062c22f4d8000b1a44a165528 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 22 Jun 2024 05:25:52 -0300 Subject: [PATCH] Run 'bundle update' --- .rubocop.yml | 3 ++ Gemfile.lock | 84 ++++++++++++++++++++++++++-------------------------- 2 files changed, 45 insertions(+), 42 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 40b6cb54b..7c004f85d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -32,6 +32,9 @@ Layout/SpaceInsideHashLiteralBraces: Style/MixinUsage: Exclude: - Rakefile.rb +Style/SuperArguments: + Exclude: + - nanoc/lib/nanoc/extension/anonymous_filter.rb Layout/MultilineMethodCallIndentation: Enabled: false Layout/ArgumentAlignment: diff --git a/Gemfile.lock b/Gemfile.lock index 6a71f3817..2dd7799ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,50 +1,50 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) base64 (0.2.0) coderay (1.1.3) colored (1.2) - concurrent-ruby (1.2.3) - cri (2.15.11) + concurrent-ruby (1.3.3) + cri (2.15.12) ddmetrics (1.1.0) ddplugin (1.0.3) diff-lcs (1.5.1) - ffi (1.16.3) - immutable-ruby (0.1.0) + ffi (1.17.0) + immutable-ruby (0.2.0) concurrent-ruby (~> 1.1) sorted_set (~> 1.0) - json (2.7.1) + json (2.7.2) json_schema (0.21.0) language_server-protocol (3.17.0.3) lint_roller (1.1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - memo_wise (1.8.0) - method_source (1.0.0) - nanoc (4.12.20) + memo_wise (1.9.0) + method_source (1.1.0) + nanoc (4.13.0) addressable (~> 2.5) colored (~> 1.2) nanoc-checking (~> 1.0, >= 1.0.2) - nanoc-cli (= 4.12.20) - nanoc-core (= 4.12.20) + nanoc-cli (= 4.13.0) + nanoc-core (= 4.13.0) nanoc-deploying (~> 1.0) parallel (~> 1.12) tty-command (~> 0.8) tty-which (~> 0.4) - nanoc-checking (1.0.3) + nanoc-checking (1.0.5) nanoc-cli (~> 4.12, >= 4.12.5) nanoc-core (~> 4.12, >= 4.12.5) - nanoc-cli (4.12.20) + nanoc-cli (4.13.0) cri (~> 2.15) diff-lcs (~> 1.3) - nanoc-core (= 4.12.20) + nanoc-core (= 4.13.0) pry zeitwerk (~> 2.1) - nanoc-core (4.12.20) + nanoc-core (4.13.0) base64 (~> 0.2) concurrent-ruby (~> 1.1) ddmetrics (~> 1.0) @@ -60,18 +60,18 @@ GEM nanoc-checking (~> 1.0) nanoc-cli (~> 4.11, >= 4.11.15) nanoc-core (~> 4.11, >= 4.11.15) - nanoc-gzip.rb (0.2.3) + nanoc-gzip.rb (0.2.4) nanoc (~> 4.12) nanoc-tidy.rb (0.8.4) ryo.rb (~> 0.5) test-cmd.rb (~> 0.12.4) - nanoc-webpack.rb (0.10.4) + nanoc-webpack.rb (0.10.6) ryo.rb (~> 0.5) - test-cmd.rb (~> 0.12.3) - nio4r (2.7.1) + test-cmd.rb (~> 0.12.4) + nio4r (2.7.3) paint (2.3.0) - parallel (1.24.0) - parser (3.3.0.5) + parallel (1.25.1) + parser (3.3.3.0) ast (~> 2.4.1) racc pastel (0.8.0) @@ -81,21 +81,21 @@ GEM method_source (~> 1.0) psych (5.1.2) stringio - public_suffix (5.0.4) + public_suffix (6.0.0) puma (6.4.2) nio4r (~> 2.0) - racc (1.7.3) - rack (3.0.10) + racc (1.8.0) + rack (3.1.3) rainbow (3.1.1) rainpress (1.0.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) rbtree (0.4.6) - regexp_parser (2.9.0) - rexml (3.2.8) - strscan (>= 3.0.9) - rubocop (1.62.1) + regexp_parser (2.9.2) + rexml (3.3.0) + strscan + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -106,11 +106,11 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) - rubocop-performance (1.20.2) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) + rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ryo.rb (0.5.5) sass (3.7.4) @@ -118,7 +118,7 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - server.rb (0.1.1) + server.rb (0.2.2) puma (~> 6.3) rack (~> 3.0) set (1.1.0) @@ -126,19 +126,19 @@ GEM sorted_set (1.0.3) rbtree set (~> 1.0) - standard (1.35.1) + standard (1.37.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.62.0) + rubocop (~> 1.64.0) standard-custom (~> 1.0.0) - standard-performance (~> 1.3) + standard-performance (~> 1.4) standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.3.1) + standard-performance (1.4.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) - stringio (3.1.0) + rubocop-performance (~> 1.21.0) + stringio (3.1.1) strscan (3.1.0) test-cmd.rb (0.12.4) tty-color (0.6.0) @@ -147,7 +147,7 @@ GEM tty-platform (0.3.0) tty-which (0.5.0) unicode-display_width (2.5.0) - zeitwerk (2.6.13) + zeitwerk (2.6.16) PLATFORMS amd64-freebsd-14