diff --git a/.soup.json b/.soup.json index 591a828..7bf261a 100644 --- a/.soup.json +++ b/.soup.json @@ -350,7 +350,7 @@ "rubocop": { "language": "Ruby", "package": "rubocop", - "version": "1.75.1", + "version": "1.75.2", "license": "MIT", "description": "RuboCop is a Ruby code style checking and code formatting tool.", "website": "https://rubocop.org/", @@ -362,7 +362,7 @@ "rubocop-ast": { "language": "Ruby", "package": "rubocop-ast", - "version": "1.43.0", + "version": "1.44.0", "license": "MIT", "description": " RuboCop's Node and NodePattern classes.", "website": "https://www.rubocop.org/", diff --git a/Gemfile.lock b/Gemfile.lock index 0f17748..c663758 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM racc (1.8.1) rainbow (3.1.1) regexp_parser (2.10.0) - rubocop (1.75.1) + rubocop (1.75.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -59,10 +59,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.43.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.43.0) + rubocop-ast (1.44.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-capybara (2.22.1) diff --git a/docs/soup.md b/docs/soup.md index 616dde2..042f67e 100644 --- a/docs/soup.md +++ b/docs/soup.md @@ -31,8 +31,8 @@ | Ruby | racc | 1.8.1 | Ruby | Racc is an LALR(1) parser generator. | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | rainbow | 3.1.1 | MIT | Colorize printed text on ANSI terminals | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | regexp_parser | 2.10.0 | MIT | A library for tokenizing, lexing, and parsing Ruby regular expressions. | | 2023-06-12 | Low | Dependency | Dependency | -| Ruby | rubocop | 1.75.1 | MIT | RuboCop is a Ruby code style checking and code formatting tool. | | 2023-06-12 | Low | Ruby linter | Most popular gem on rubygems | -| Ruby | rubocop-ast | 1.43.0 | MIT | RuboCop's Node and NodePattern classes. | | 2023-06-12 | Low | Dependency | Dependency | +| Ruby | rubocop | 1.75.2 | MIT | RuboCop is a Ruby code style checking and code formatting tool. | | 2023-06-12 | Low | Ruby linter | Most popular gem on rubygems | +| Ruby | rubocop-ast | 1.44.0 | MIT | RuboCop's Node and NodePattern classes. | | 2023-06-12 | Low | Dependency | Dependency | | Ruby | rubocop-capybara | 2.22.1 | MIT | Code style checking for Capybara test files (RSpec, Cucumber, Minitest). | | 2024-09-16 | Low | Ruby linter | Most populat gem | | Ruby | rubocop-graphql | 1.5.5 | MIT | A collection of RuboCop cops to improve GraphQL-related code | | 2024-09-16 | Low | Ruby linter | Most popular gem | | Ruby | rubocop-minitest | 0.38.0 | MIT | Automatic Minitest code style checking tool. | | 2024-09-16 | Low | Ruby linter | Most popular gem |