From 6f1acbbbdb18bd51172f90780acbd1a89d816009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 18:54:53 +0300 Subject: [PATCH 1/3] build(deps-dev): bump rubocop-ast from 1.31.3 to 1.32.0 (#1178) Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.31.3 to 1.32.0. - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.31.3...v1.32.0) --- updated-dependencies: - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0456cc04..a85a2777 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.0) parser (>= 3.3.1.0) rubocop-performance (1.21.1) rubocop (>= 1.48.1, < 2.0) From c15c868e03ac421cc797cc7b36a5993f7b25a049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:16:04 +0300 Subject: [PATCH 2/3] build(deps-dev): bump parser from 3.3.4.0 to 3.3.4.2 (#1184) Bumps [parser](https://github.com/whitequark/parser) from 3.3.4.0 to 3.3.4.2. - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v3.3.4.0...v3.3.4.2) --- updated-dependencies: - dependency-name: parser dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a85a2777..c71480b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM parallel (1.25.1) parallel_tests (4.7.1) parallel - parser (3.3.4.0) + parser (3.3.4.2) ast (~> 2.4.1) racc pdf-reader (2.12.0) From e39d88c6f924ee4176ac1dfa9e84a141c32b698c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:47:15 +0300 Subject: [PATCH 3/3] build(deps): bump parallel from 1.25.1 to 1.26.1 (#1185) Bumps [parallel](https://github.com/grosser/parallel) from 1.25.1 to 1.26.1. - [Commits](https://github.com/grosser/parallel/compare/v1.25.1...v1.26.1) --- updated-dependencies: - dependency-name: parallel dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c71480b5..fcb8fab5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (~> 3.2) - parallel (1.25.1) + parallel (1.26.1) parallel_tests (4.7.1) parallel parser (3.3.4.2)