From de36cb3b2a8bfa3be04c1af2d0140984476f15f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 10:36:56 +0000 Subject: [PATCH] Bump rubocop from 1.65.0 to 1.65.1 (#313) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.0 to 1.65.1. - [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.65.0...v1.65.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index e735219a..a79ace84 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'rake', '~> 13.2.1' gem 'redcarpet', '~> 3.6.0' gem 'rspec', '~> 3.13.0' -gem 'rubocop', '~> 1.65.0' +gem 'rubocop', '~> 1.65.1' gem 'rubocop-packaging', '~> 0.5.2' gem 'rubocop-performance', '~> 1.21.0' gem 'rubocop-rake', '~> 0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 22cd2847..023b74dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM ast (~> 2.4.1) racc prism (0.30.0) - racc (1.8.0) + racc (1.8.1) rainbow (3.1.1) rake (13.2.1) rbi (0.1.14) @@ -28,7 +28,7 @@ GEM sorbet-runtime (>= 0.5.9204) redcarpet (3.6.0) regexp_parser (2.9.2) - rexml (3.3.2) + rexml (3.3.4) strscan rspec (3.13.0) rspec-core (~> 3.13.0) @@ -43,7 +43,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -114,7 +114,7 @@ DEPENDENCIES rake (~> 13.2.1) redcarpet (~> 3.6.0) rspec (~> 3.13.0) - rubocop (~> 1.65.0) + rubocop (~> 1.65.1) rubocop-packaging (~> 0.5.2) rubocop-performance (~> 1.21.0) rubocop-rake (~> 0.6.0)