From 62b80ebdd4125df534fd7e2cb430ad1d452d6dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 10:28:41 +0100 Subject: [PATCH] Bump rubocop from 1.69.1 to 1.69.2 in the rubocop group (#693) * Bump rubocop from 1.69.1 to 1.69.2 in the rubocop group Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.69.1 to 1.69.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.69.1...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- Gemfile.lock | 4 ++-- gemset.nix | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 86c6a4e6..52f7c8cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,7 +221,7 @@ GEM reline (0.5.12) io-console (~> 0.5) rexml (3.3.9) - rubocop (1.69.1) + rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -231,7 +231,7 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) diff --git a/gemset.nix b/gemset.nix index 0502e572..00c7d4c0 100644 --- a/gemset.nix +++ b/gemset.nix @@ -893,10 +893,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1s522i595s6dzzllhh6ijsci57v7i1cn6k52f2fbx1jw9y41p79k"; + sha256 = "1f2bj93f60757xyk7h3v0s7xz8d22lc9zlw88l2zd6rp1brv0bvn"; type = "gem"; }; - version = "1.69.1"; + version = "1.69.2"; }; rubocop-ast = { dependencies = ["parser"]; @@ -904,10 +904,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1jni3pphm4fxa6cfhnbzm5bf6rk5pjkaqa0xp6irmsw3z6vhar2n"; + sha256 = "10604xc4bcji3ca43anlc89xwxb4wkzk69cia95x04zima4aq4wm"; type = "gem"; }; - version = "1.36.2"; + version = "1.37.0"; }; rubocop-factory_bot = { dependencies = ["rubocop"];