From 880e03e469fca5655f515f8bd178887087cb5704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 02:22:23 +0000 Subject: [PATCH] build(deps): bump rubocop from 1.62.1 to 1.64.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.64.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.62.1...v1.64.1) --- 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 f6fb688..460bf71 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.64' diff --git a/Gemfile.lock b/Gemfile.lock index 285afb1..354f7e4 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,12 +127,12 @@ GEM nokogiri (1.16.2-x86_64-linux) racc (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.2.0) ast (~> 2.4.1) racc psych (5.1.2) stringio - racc (1.7.3) + racc (1.8.0) rack (3.0.9.1) rack-session (2.0.0) rack (>= 3.0.0) @@ -174,11 +174,12 @@ GEM rake (13.1.0) rdoc (6.6.2) psych (>= 4.0.0) - regexp_parser (2.9.0) + regexp_parser (2.9.2) reline (0.4.3) io-console (~> 0.5) - rexml (3.2.6) - rubocop (1.62.1) + rexml (3.2.8) + strscan (>= 3.0.9) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -189,11 +190,12 @@ 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) + strscan (3.1.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) @@ -212,7 +214,7 @@ PLATFORMS DEPENDENCIES rails (~> 7.1.3, >= 7.1.3.1) - rubocop (~> 1.62) + rubocop (~> 1.64) BUNDLED WITH 2.1.4