From 0e40b17afc60d17f40efdddd7037b6c95f7f5864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:35:29 +0000 Subject: [PATCH] Bump rubocop-factory_bot from 2.24.0 to 2.25.1 Bumps [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) from 2.24.0 to 2.25.1. - [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases) - [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-factory_bot/compare/v2.24.0...v2.25.1) --- updated-dependencies: - dependency-name: rubocop-factory_bot dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 1576247..f6d8129 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :development do gem 'erb-formatter', '~> 0.7.1' gem 'rubocop', '~> 1.59' - gem 'rubocop-factory_bot', '~> 2.24' + gem 'rubocop-factory_bot', '~> 2.25' gem 'rubocop-rails', '~> 2.23' gem 'rubocop-rspec', '~> 2.26' diff --git a/Gemfile.lock b/Gemfile.lock index 6877f72..b5245c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,6 +221,7 @@ GEM ast (~> 2.4.1) racc prettier_print (1.2.1) + prism (0.24.0) psych (5.1.2) stringio puma (6.4.0) @@ -302,12 +303,13 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.0) + parser (>= 3.3.0.4) + prism (>= 0.24.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) - rubocop-factory_bot (2.24.0) - rubocop (~> 1.33) + rubocop-factory_bot (2.25.1) + rubocop (~> 1.41) rubocop-rails (2.23.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -393,7 +395,7 @@ DEPENDENCIES rails (~> 7.1.3) rspec-rails (~> 6.1) rubocop (~> 1.59) - rubocop-factory_bot (~> 2.24) + rubocop-factory_bot (~> 2.25) rubocop-rails (~> 2.23) rubocop-rspec (~> 2.26) rufus-scheduler (~> 3.9)