From 90fd863380853edaf3a44bd69a564663f229c775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:51:46 +0000 Subject: [PATCH] Bump rubocop from 1.53.0 to 1.64.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.53.0 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.53.0...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, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 858cf79..bfd0c24 100644 --- a/Gemfile +++ b/Gemfile @@ -8,5 +8,5 @@ gemspec gem 'phony' gem 'rake', '~> 13.2' gem 'rspec', '~> 3.13' -gem 'rubocop', '~> 1.53' +gem 'rubocop', '~> 1.64' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 8091ef3..a7c54a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM irb (1.13.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.6.3) + json (2.7.2) language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -67,8 +67,8 @@ GEM racc (~> 1.4) nokogiri (1.15.6-x86_64-linux) racc (~> 1.4) - parallel (1.23.0) - parser (3.2.2.4) + parallel (1.25.1) + parser (3.3.2.0) ast (~> 2.4.1) racc phony (2.20.12) @@ -102,7 +102,7 @@ GEM rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.0) - regexp_parser (2.8.2) + regexp_parser (2.9.2) reline (0.5.7) io-console (~> 0.5) rexml (3.2.9) @@ -120,19 +120,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (1.53.0) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-capybara (2.19.0) rubocop (~> 1.41) rubocop-factory_bot (2.24.0) @@ -162,7 +162,7 @@ DEPENDENCIES phony rake (~> 13.2) rspec (~> 3.13) - rubocop (~> 1.53) + rubocop (~> 1.64) rubocop-rspec BUNDLED WITH