From 5c3cd002d8d3490efb13b73e6242d1dd2dbede99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:54:03 +0000 Subject: [PATCH] Bump rubocop from 1.64.1 to 1.65.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.64.1 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.64.1...v1.65.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index ecc7421d..5abd3f8b 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :development, :test do gem "rspec-mocks" gem "rspec-rails", "~> 6.1" gem "rspec-sidekiq", "~> 5.0", require: false - gem "rubocop", "~> 1.64" + gem "rubocop", "~> 1.65" gem "rubocop-rails", "~> 2.25" gem "shoulda-matchers", "~> 6.2" gem "simplecov", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 83f5e0a9..994c8761 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -300,7 +300,7 @@ GEM openssl (3.2.0) orm_adapter (0.5.0) parallel (1.25.1) - parser (3.3.3.0) + parser (3.3.4.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -369,7 +369,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.1) + rexml (3.3.4) strscan rolify (6.0.1) rotp (6.3.0) @@ -413,18 +413,18 @@ GEM rspec-mocks (~> 3.0) sidekiq (>= 5, < 8) rspec-support (3.13.1) - rubocop (1.64.1) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) 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-rails (2.25.1) activesupport (>= 4.2.0) @@ -593,7 +593,7 @@ DEPENDENCIES rspec-mocks rspec-rails (~> 6.1) rspec-sidekiq (~> 5.0) - rubocop (~> 1.64) + rubocop (~> 1.65) rubocop-rails (~> 2.25) rubyzip (~> 2.3) sanitize