From 945c5ec4c3ca0955f188b4da94ae54430a264aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 03:17:40 +0000 Subject: [PATCH] Bump rubocop-rails from 2.26.2 to 2.27.0 Bumps [rubocop-rails](https://github.com/rubocop/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 ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 30e8e707..8316b4d1 100644 --- a/Gemfile +++ b/Gemfile @@ -95,7 +95,7 @@ group :development, :test do gem "rspec-rails", "~> 7.0" gem "rspec-sidekiq", "~> 5.0", require: false gem "rubocop", "~> 1.68" - gem "rubocop-rails", "~> 2.26" + gem "rubocop-rails", "~> 2.27" gem "shoulda-matchers", "~> 6.4" gem "simplecov", require: false gem "simplecov-cobertura", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 89aa03a7..6fea7658 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,7 +244,7 @@ GEM ruby-vips (>= 2.0.17, < 3) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.7.5) + json (2.8.1) json-schema (5.0.1) addressable (~> 2.8) jwt (2.9.3) @@ -323,7 +323,7 @@ GEM os (1.1.4) ostruct (0.6.0) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc pg (1.5.8) @@ -449,9 +449,9 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.1) + rubocop-ast (1.34.0) parser (>= 3.3.1.0) - rubocop-rails (2.26.2) + rubocop-rails (2.27.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -621,7 +621,7 @@ DEPENDENCIES rspec-rails (~> 7.0) rspec-sidekiq (~> 5.0) rubocop (~> 1.68) - rubocop-rails (~> 2.26) + rubocop-rails (~> 2.27) rubyzip (~> 2.3) sanitize sassc-rails