From db8b9c1622bdfffd060d3bf50be48f23f8f91f01 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Wed, 24 Jan 2024 09:34:06 -0700 Subject: [PATCH] bundle update rubocop Change-Id: Ia58322dd62b2a21e6fecb37003b96c137d565973 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/338581 Tested-by: Service Cloud Jenkins Reviewed-by: Jacob Burroughs QA-Review: Cody Cutrer Product-Review: Cody Cutrer Build-Review: Cody Cutrer --- Gemfile.d/rubocop.rb.lock | 6 +++--- Gemfile.lock | 6 +++--- gems/rubocop-canvas/Gemfile.lock | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.d/rubocop.rb.lock b/Gemfile.d/rubocop.rb.lock index 17975c50456..75c7dd55487 100644 --- a/Gemfile.d/rubocop.rb.lock +++ b/Gemfile.d/rubocop.rb.lock @@ -75,7 +75,7 @@ GEM activerecord (>= 6.0, < 7.2) railties (>= 6.0, < 7.2) parallel (1.24.0) - parser (3.3.0.4) + parser (3.3.0.5) ast (~> 2.4.1) racc racc (1.7.3) @@ -100,11 +100,11 @@ GEM rake (13.1.0) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.59.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) diff --git a/Gemfile.lock b/Gemfile.lock index e75855cb2d5..022b167b294 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -806,7 +806,7 @@ GEM term-ansicolor (~> 1.7) thor (>= 0.20, < 2.0) parallel (1.24.0) - parser (3.3.0.4) + parser (3.3.0.5) ast (~> 2.4.1) racc parslet (2.0.0) @@ -953,11 +953,11 @@ GEM rspec-core (>= 2, < 4, != 2.12.0) rss (0.3.0) rexml - rubocop (1.59.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) diff --git a/gems/rubocop-canvas/Gemfile.lock b/gems/rubocop-canvas/Gemfile.lock index 2b2bfd74b70..f7231810931 100644 --- a/gems/rubocop-canvas/Gemfile.lock +++ b/gems/rubocop-canvas/Gemfile.lock @@ -75,7 +75,7 @@ GEM activerecord (>= 6.0, < 7.2) railties (>= 6.0, < 7.2) parallel (1.24.0) - parser (3.3.0.4) + parser (3.3.0.5) ast (~> 2.4.1) racc pry (0.14.2) @@ -122,11 +122,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.59.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0)