From a32a4413a4d038f93a1a09f92e5a4368dc48fc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:29:22 +0100 Subject: [PATCH] Bump rubocop-factory_bot from 2.24.0 to 2.25.0 (#525) * Bump rubocop-factory_bot from 2.24.0 to 2.25.0 Bumps [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) from 2.24.0 to 2.25.0. - [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.0) --- updated-dependencies: - dependency-name: rubocop-factory_bot dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- gemset.nix | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 469b51ff..61212359 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ end group :development do gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed - gem 'rubocop-factory_bot', '~> 2.24' + gem 'rubocop-factory_bot', '~> 2.25' gem 'rubocop-minitest', '~> 0.34.2' gem 'rubocop-rails', '~> 2.23' end diff --git a/Gemfile.lock b/Gemfile.lock index 7db16851..93e5cfc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.0) ast (~> 2.4.1) racc pg (1.5.4) @@ -245,7 +245,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-factory_bot (2.24.0) + rubocop-factory_bot (2.25.0) rubocop (~> 1.33) rubocop-minitest (0.34.2) rubocop (>= 1.39, < 2.0) @@ -300,7 +300,7 @@ DEPENDENCIES pundit (~> 2.3) rack-cors (~> 2.0) rails (~> 7.1) - rubocop-factory_bot (~> 2.24) + rubocop-factory_bot (~> 2.25) rubocop-minitest (~> 0.34.2) rubocop-rails (~> 2.23) simplecov (~> 0.21) diff --git a/gemset.nix b/gemset.nix index b204d8f5..dc3be770 100644 --- a/gemset.nix +++ b/gemset.nix @@ -662,10 +662,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0r69dbh6h6j4d54isany2ir4ni4gf2ysvk3k44awi6amz18nggpd"; + sha256 = "1b80xpbbxs9z90n5dq866iavs5jy6jszbap5wfx6icp1k8agm9wb"; type = "gem"; }; - version = "3.2.2.4"; + version = "3.3.0.0"; }; pg = { groups = ["default"]; @@ -918,10 +918,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1y79flwjwlaslyhfpg84di9n756ir6bm52n964620xsj658d661h"; + sha256 = "12aqsbsd8i0d6ygl7xza2plary20mbb28429jhfnnag791nr0kc0"; type = "gem"; }; - version = "2.24.0"; + version = "2.25.0"; }; rubocop-minitest = { dependencies = ["rubocop" "rubocop-ast"];