From 649ff1cb4ad6d02bbf82bbd62c816366efb0fc0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:22:22 +0200 Subject: [PATCH] Bump the rubocop group with 1 update (#62) * Bump the rubocop group with 1 update Bumps the rubocop group with 1 update: [rubocop](https://github.com/rubocop/rubocop). - [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.57.0...v1.57.1) --- 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: robbe[bot] --- Gemfile.lock | 2 +- gemset.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0ec62a3b..9f519e4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,7 +257,7 @@ GEM reline (0.3.7) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.57.0) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) diff --git a/gemset.nix b/gemset.nix index 9ba05486..1878c78e 100644 --- a/gemset.nix +++ b/gemset.nix @@ -1000,10 +1000,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0ljlzdn5vgzzbs67p753gh0dmsmfsp8qcx7mx4hncl2xnbxm677k"; + sha256 = "1izxvc9g6vfpx081rn68z900bql30bif4lnd038cz2lgj70ljm41"; type = "gem"; }; - version = "1.57.0"; + version = "1.57.1"; }; rubocop-ast = { dependencies = ["parser"];