From 9d92ab5f64f3b3af38ef1a7777eda9dca5516efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 07:21:56 +0000 Subject: [PATCH] Bump the rubocop group with 2 updates Bumps the rubocop group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop` from 1.67.0 to 1.68.0 - [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.67.0...v1.68.0) Updates `rubocop-rails` from 2.26.2 to 2.27.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.26.2...v2.27.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index e0698e4a..86236e5c 100644 --- a/Gemfile +++ b/Gemfile @@ -49,10 +49,10 @@ end group :development do gem 'annotate', '~> 3.2', require: false # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed - gem 'rubocop', '~> 1.67', require: false + gem 'rubocop', '~> 1.68', require: false gem 'rubocop-factory_bot', '~> 2.26', require: false gem 'rubocop-minitest', '~> 0.36.0', require: false - gem 'rubocop-rails', '~> 2.26', require: false + gem 'rubocop-rails', '~> 2.27', require: false gem 'ruby-lsp', '~> 0.20.1', require: false gem 'brakeman', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0087c33f..8b728abb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.7.2) + json (2.7.5) jsonapi-renderer (0.2.2) language_server-protocol (3.17.0.3) logger (1.6.1) @@ -168,7 +168,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc pg (1.5.9) @@ -230,7 +230,7 @@ GEM reline (0.5.10) io-console (~> 0.5) rexml (3.3.9) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -240,14 +240,14 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.33.0) parser (>= 3.3.1.0) rubocop-factory_bot (2.26.1) rubocop (~> 1.61) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.26.2) + rubocop-rails (2.27.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -309,10 +309,10 @@ DEPENDENCIES pundit (~> 2.4) rack-cors (~> 2.0) rails (~> 7.2) - rubocop (~> 1.67) + rubocop (~> 1.68) rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.36.0) - rubocop-rails (~> 2.26) + rubocop-rails (~> 2.27) ruby-lsp (~> 0.20.1) simplecov (~> 0.22) simplecov-cobertura (~> 2.1.0)