From c3676370bbbfc5c3648347da4c676c29288299c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 07:09:26 +0000 Subject: [PATCH] Bump rubocop-rails from 2.26.2 to 2.27.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.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-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 998d18a..80cd434 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.36.0', require: false - gem 'rubocop-rails', '~> 2.26', require: false + gem 'rubocop-rails', '~> 2.27', require: false gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index e8a7f2f..18433e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM jbuilder (2.13.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - json (2.7.2) + json (2.7.5) jwt (2.7.1) kgio (2.11.4) language_server-protocol (3.17.0.3) @@ -193,7 +193,7 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 4) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc pg (1.5.9) @@ -251,7 +251,7 @@ GEM reline (0.5.10) io-console (~> 0.5) rexml (3.3.7) - rubocop (1.66.1) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -261,12 +261,12 @@ 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-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) @@ -340,7 +340,7 @@ DEPENDENCIES rack-cors rails (~> 7.2.1) rubocop-minitest (~> 0.36.0) - rubocop-rails (~> 2.26) + rubocop-rails (~> 2.27) rugged selenium-webdriver sentry-rails