From 7658ab6cf923a77a6e4177afc1b465f447a45ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 02:43:50 +0000 Subject: [PATCH] build(deps): bump rubocop from 1.62.1 to 1.63.4 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.4. - [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.62.1...v1.63.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production 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 f6fb688..39edad2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rails', '~> 7.1.3', '>= 7.1.3.1' -gem 'rubocop', '~> 1.62' +gem 'rubocop', '~> 1.63' diff --git a/Gemfile.lock b/Gemfile.lock index 285afb1..038414a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -94,7 +94,7 @@ GEM irb (1.11.2) rdoc reline (>= 0.4.2) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -127,7 +127,7 @@ GEM nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc psych (5.1.2) @@ -178,7 +178,7 @@ GEM reline (0.4.3) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.62.1) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -189,8 +189,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) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) stringio (3.1.0) @@ -212,7 +212,7 @@ PLATFORMS DEPENDENCIES rails (~> 7.1.3, >= 7.1.3.1) - rubocop (~> 1.62) + rubocop (~> 1.63) BUNDLED WITH 2.1.4