From ce257df55c518faadb47d51f9fa3836a5006b3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 12:05:30 +0000 Subject: [PATCH] Bump rubocop-rails from 2.24.1 to 2.25.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.24.1 to 2.25.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.24.1...v2.25.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 | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 1ae991c7..9377d0c7 100644 --- a/Gemfile +++ b/Gemfile @@ -51,6 +51,6 @@ group :development do gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed gem 'rubocop-factory_bot', '~> 2.25' gem 'rubocop-minitest', '~> 0.35.0' - gem 'rubocop-rails', '~> 2.24' + gem 'rubocop-rails', '~> 2.25' gem 'ruby-lsp', '~> 0.16.6' end diff --git a/Gemfile.lock b/Gemfile.lock index 71c3a777..2a852539 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,7 @@ GEM irb (1.12.0) rdoc reline (>= 0.4.2) - json (2.7.1) + json (2.7.2) jsonapi-renderer (0.2.2) language_server-protocol (3.17.0.3) loofah (2.22.0) @@ -153,7 +153,7 @@ GEM mini_magick (4.11.0) mini_mime (1.1.5) mini_portile2 (2.8.6) - minitest (5.22.3) + minitest (5.23.0) mocha (2.3.0) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) @@ -172,7 +172,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -185,7 +185,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.7.3) - rack (3.0.10) + rack (3.0.11) rack-cors (2.0.2) rack (>= 2.0.0) rack-session (2.0.0) @@ -228,12 +228,12 @@ GEM rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.0) - regexp_parser (2.9.0) + regexp_parser (2.9.2) reline (0.5.3) io-console (~> 0.5) rexml (3.2.8) strscan (>= 3.0.9) - rubocop (1.62.1) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -244,14 +244,14 @@ 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) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) rubocop-minitest (0.35.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.24.1) + rubocop-rails (2.25.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -309,7 +309,7 @@ DEPENDENCIES rails (~> 7.1) rubocop-factory_bot (~> 2.25) rubocop-minitest (~> 0.35.0) - rubocop-rails (~> 2.24) + rubocop-rails (~> 2.25) ruby-lsp (~> 0.16.6) simplecov (~> 0.21) tzinfo-data