From 471805ff8972649f86793363cd86f68f8a5b2c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:39:03 +0000 Subject: [PATCH] Bump rubocop from 1.68.0 to 1.69.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.68.0 to 1.69.0. - [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.68.0...v1.69.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 5b3b0e0..e0a86e1 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'activesupport', '~> 8.0.0' gem 'byebug', '~> 11.1' # For linting -gem 'rubocop', '~> 1.68' +gem 'rubocop', '~> 1.69' gem 'rubocop-capybara', '~> 2.20' gem 'rubocop-rspec', '~> 3.2' diff --git a/Gemfile.lock b/Gemfile.lock index a08b243..a23297e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) ice_nine (0.11.2) - json (2.7.5) + json (2.8.2) language_server-protocol (3.17.0.3) logger (1.6.1) matrix (0.4.2) @@ -100,7 +100,7 @@ GEM parallel (1.26.3) parallel_tests (4.7.2) parallel - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc public_suffix (6.0.0) @@ -109,7 +109,7 @@ GEM rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) - regexp_parser (2.9.2) + regexp_parser (2.9.3) report_builder (1.9) json (>= 2.3.0) rexml (3.3.9) @@ -126,17 +126,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.68.0) + rubocop (1.69.0) 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 (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) @@ -161,7 +161,9 @@ GEM thread_safe (0.3.6) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) uri (1.0.1) virtus (2.0.0) axiom-types (~> 0.1) @@ -188,7 +190,7 @@ DEPENDENCIES parallel_tests (~> 4.7.2) report_builder (~> 1.9) rspec (~> 3.13.0) - rubocop (~> 1.68) + rubocop (~> 1.69) rubocop-capybara (~> 2.20) rubocop-rspec (~> 3.2) selenium-webdriver (~> 4.26.0)