From 9fc7afab6a650cc9a856c132ad9e3abb23792985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 17:46:30 -0700 Subject: [PATCH] build(deps-dev): bump rubocop from 1.63.4 to 1.63.5 (#3789) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.63.5. - [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.63.4...v1.63.5) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development 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 c84497ad82..d24ce8eb75 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ group :test do gem 'rspec-its' gem 'rspec-rails', '~> 6.1.2' gem 'rspec-wait' - gem 'rubocop', '~> 1.63.4' + gem 'rubocop', '~> 1.63.5' gem 'rubocop-rails', '~> 2.24' gem 'rubocop-rspec', '~> 2.26' gem 'rubocop-sequel', '~> 0.3.4' diff --git a/Gemfile.lock b/Gemfile.lock index af7cbdf584..8560762365 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -465,7 +465,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.63.4) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -476,8 +476,8 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) @@ -656,7 +656,7 @@ DEPENDENCIES rspec-rails (~> 6.1.2) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.63.4) + rubocop (~> 1.63.5) rubocop-rails (~> 2.24) rubocop-rspec (~> 2.26) rubocop-sequel (~> 0.3.4)