From 4e393f5372bbfcab736f3f2a8ceb37e7af0b5360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 01:44:33 +0000 Subject: [PATCH] Bump rubocop-rails from 2.27.0 to 2.28.0 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.27.0 to 2.28.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.27.0...v2.28.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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index f6c717a..f60700e 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ group :development do gem "rubocop-capybara", "~> 2.21", require: false gem "rubocop-factory_bot", "~> 2.26", require: false gem "rubocop-gemfile", "~> 0.1.0.beta3", require: false - gem "rubocop-rails", "~> 2.27", require: false + gem "rubocop-rails", "~> 2.28", require: false gem "rubocop-rspec", "~> 3.3", require: false gem "rubocop-rspec_rails", "~> 2.30", require: false gem "standard", "~> 1.43", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 31a870a..b583b62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) @@ -230,7 +230,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) jb (0.8.2) - json (2.9.0) + json (2.9.1) json-schema (5.1.1) addressable (~> 2.8) bigdecimal (~> 3.1) @@ -412,7 +412,7 @@ GEM ffi (~> 1.0) rdoc (6.10.0) psych (>= 4.0.0) - regexp_parser (2.9.3) + regexp_parser (2.10.0) reline (0.6.0) io-console (~> 0.5) request_store (1.7.0) @@ -448,7 +448,7 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) @@ -459,7 +459,7 @@ GEM rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.27.0) + rubocop-rails (2.28.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) @@ -574,7 +574,7 @@ DEPENDENCIES rubocop-capybara (~> 2.21) rubocop-factory_bot (~> 2.26) rubocop-gemfile (~> 0.1.0.beta3) - rubocop-rails (~> 2.27) + rubocop-rails (~> 2.28) rubocop-rspec (~> 3.3) rubocop-rspec_rails (~> 2.30) rufus-scheduler (~> 3.9)