From a15791b0f899f572cd6ba100b67971ef4e5a874c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 06:02:44 +0000 Subject: [PATCH] Bump rubocop-rails from 2.25.1 to 2.26.0 in the rubocop group Bumps the rubocop group with 1 update: [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop-rails` from 2.25.1 to 2.26.0 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.25.1...v2.26.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 2ff7470..a5078a4 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :development do gem 'annotate', '~> 3.2', require: false gem 'brakeman', require: false gem 'rubocop-minitest', '~> 0.35.1', require: false - gem 'rubocop-rails', '~> 2.25', require: false + gem 'rubocop-rails', '~> 2.26', require: false gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index 8d3aa37..60772be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,8 +192,8 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 4) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc pg (1.5.7) @@ -250,9 +250,9 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.1) + rexml (3.3.6) strscan - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -263,15 +263,15 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.1) + rubocop-rails (2.26.0) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -343,7 +343,7 @@ DEPENDENCIES rack-cors rails (~> 7.2.1) rubocop-minitest (~> 0.35.1) - rubocop-rails (~> 2.25) + rubocop-rails (~> 2.26) rugged selenium-webdriver sentry-rails