From 780652c9922a4c02758a09cbe528953faed35e63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:39:18 +0000 Subject: [PATCH 1/2] Bump factory_bot_rails from 6.4.3 to 6.4.4 Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.4.3 to 6.4.4. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v6.4.3...v6.4.4) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e9754098c..36a51bd73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -141,10 +141,10 @@ GEM erubi (1.13.0) et-orbi (1.2.11) tzinfo - factory_bot (6.4.5) + factory_bot (6.5.0) activesupport (>= 5.0.0) - factory_bot_rails (6.4.3) - factory_bot (~> 6.4) + factory_bot_rails (6.4.4) + factory_bot (~> 6.5) railties (>= 5.0.0) faraday (2.12.1) faraday-net_http (>= 2.0, < 3.5) From 3e49970426156671c31a66b8899d5082b893fcb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:40:01 +0000 Subject: [PATCH 2/2] Update RBI files --- ...ry_bot@6.4.5.rbi => factory_bot@6.5.0.rbi} | 59 ++++++++++--------- ...@6.4.3.rbi => factory_bot_rails@6.4.4.rbi} | 1 + 2 files changed, 31 insertions(+), 29 deletions(-) rename sorbet/rbi/gems/{factory_bot@6.4.5.rbi => factory_bot@6.5.0.rbi} (97%) rename sorbet/rbi/gems/{factory_bot_rails@6.4.3.rbi => factory_bot_rails@6.4.4.rbi} (99%) diff --git a/sorbet/rbi/gems/factory_bot@6.4.5.rbi b/sorbet/rbi/gems/factory_bot@6.5.0.rbi similarity index 97% rename from sorbet/rbi/gems/factory_bot@6.4.5.rbi rename to sorbet/rbi/gems/factory_bot@6.5.0.rbi index d3ad44ddd..2195a4dbd 100644 --- a/sorbet/rbi/gems/factory_bot@6.4.5.rbi +++ b/sorbet/rbi/gems/factory_bot@6.5.0.rbi @@ -4,6 +4,7 @@ # This is an autogenerated file for types exported from the `factory_bot` gem. # Please instead update this file by running `bin/tapioca gem factory_bot`. + # source://factory_bot//lib/factory_bot/internal.rb#1 module FactoryBot extend ::FactoryBot::Syntax::Methods @@ -25,10 +26,10 @@ module FactoryBot # source://factory_bot//lib/factory_bot/aliases.rb#11 def aliases_for(attribute); end - # source://factory_bot//lib/factory_bot.rb#57 + # source://factory_bot//lib/factory_bot.rb#58 def automatically_define_enum_traits; end - # source://factory_bot//lib/factory_bot.rb#57 + # source://factory_bot//lib/factory_bot.rb#58 def automatically_define_enum_traits=(val); end # Set the starting value for ids when using the build_stubbed strategy @@ -37,7 +38,7 @@ module FactoryBot # * starting_id +Integer+ # The new starting id value. # - # source://factory_bot//lib/factory_bot.rb#78 + # source://factory_bot//lib/factory_bot.rb#79 def build_stubbed_starting_id=(starting_id); end # An Array of strings specifying locations that should be searched for @@ -56,7 +57,7 @@ module FactoryBot # source://factory_bot//lib/factory_bot/find_definitions.rb#7 def definition_file_paths=(_arg0); end - # source://factory_bot//lib/factory_bot.rb#83 + # source://factory_bot//lib/factory_bot.rb#84 def factories(*_arg0, **_arg1, &_arg2); end # source://factory_bot//lib/factory_bot/find_definitions.rb#12 @@ -70,25 +71,25 @@ module FactoryBot # strategy: :create - to specify the strategy for linting # verbose: true - to include full backtraces for each linting error # - # source://factory_bot//lib/factory_bot.rb#67 + # source://factory_bot//lib/factory_bot.rb#68 def lint(*args); end - # source://factory_bot//lib/factory_bot.rb#83 + # source://factory_bot//lib/factory_bot.rb#84 def register_strategy(strategy_name, strategy_class, &block); end # source://factory_bot//lib/factory_bot/reload.rb#2 def reload; end - # source://factory_bot//lib/factory_bot.rb#83 + # source://factory_bot//lib/factory_bot.rb#84 def rewind_sequences(&block); end - # source://factory_bot//lib/factory_bot.rb#83 + # source://factory_bot//lib/factory_bot.rb#84 def strategy_by_name(name, &block); end - # source://factory_bot//lib/factory_bot.rb#54 + # source://factory_bot//lib/factory_bot.rb#55 def use_parent_strategy; end - # source://factory_bot//lib/factory_bot.rb#54 + # source://factory_bot//lib/factory_bot.rb#55 def use_parent_strategy=(val); end end end @@ -1173,7 +1174,7 @@ end # source://factory_bot//lib/factory_bot/definition_proxy.rb#3 FactoryBot::DefinitionProxy::UNPROXIED_METHODS = T.let(T.unsafe(nil), Array) -# source://factory_bot//lib/factory_bot.rb#52 +# source://factory_bot//lib/factory_bot.rb#53 FactoryBot::Deprecation = T.let(T.unsafe(nil), ActiveSupport::Deprecation) # Raised when a factory is defined with the same name as a previously-defined factory. @@ -1342,7 +1343,7 @@ class FactoryBot::Factory # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#50 + # source://factory_bot//lib/factory_bot/factory.rb#52 def associations; end # @api private @@ -1352,7 +1353,7 @@ class FactoryBot::Factory # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#83 + # source://factory_bot//lib/factory_bot/factory.rb#85 def compile; end # source://factory_bot//lib/factory_bot/factory.rb#19 @@ -1374,7 +1375,7 @@ class FactoryBot::Factory # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#46 + # source://factory_bot//lib/factory_bot/factory.rb#48 def human_names; end # source://factory_bot//lib/factory_bot/factory.rb#19 @@ -1413,12 +1414,12 @@ class FactoryBot::Factory # # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#79 + # source://factory_bot//lib/factory_bot/factory.rb#81 def names; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#30 + # source://factory_bot//lib/factory_bot/factory.rb#32 def run(build_strategy, overrides, &block); end # source://factory_bot//lib/factory_bot/factory.rb#19 @@ -1426,71 +1427,71 @@ class FactoryBot::Factory # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#93 + # source://factory_bot//lib/factory_bot/factory.rb#95 def with_traits(traits); end protected # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#109 + # source://factory_bot//lib/factory_bot/factory.rb#111 def attributes; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#124 + # source://factory_bot//lib/factory_bot/factory.rb#126 def build_hierarchy; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#128 + # source://factory_bot//lib/factory_bot/factory.rb#130 def callbacks; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#101 + # source://factory_bot//lib/factory_bot/factory.rb#103 def class_name; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#136 + # source://factory_bot//lib/factory_bot/factory.rb#138 def compiled_constructor; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#132 + # source://factory_bot//lib/factory_bot/factory.rb#134 def compiled_to_create; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#105 + # source://factory_bot//lib/factory_bot/factory.rb#107 def evaluator_class; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#116 + # source://factory_bot//lib/factory_bot/factory.rb#118 def hierarchy_class; end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#120 + # source://factory_bot//lib/factory_bot/factory.rb#122 def hierarchy_instance; end private # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#142 + # source://factory_bot//lib/factory_bot/factory.rb#144 def assert_valid_options(options); end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#154 + # source://factory_bot//lib/factory_bot/factory.rb#156 def initialize_copy(source); end # @api private # - # source://factory_bot//lib/factory_bot/factory.rb#146 + # source://factory_bot//lib/factory_bot/factory.rb#148 def parent; end end diff --git a/sorbet/rbi/gems/factory_bot_rails@6.4.3.rbi b/sorbet/rbi/gems/factory_bot_rails@6.4.4.rbi similarity index 99% rename from sorbet/rbi/gems/factory_bot_rails@6.4.3.rbi rename to sorbet/rbi/gems/factory_bot_rails@6.4.4.rbi index 722684f46..95fc73e31 100644 --- a/sorbet/rbi/gems/factory_bot_rails@6.4.3.rbi +++ b/sorbet/rbi/gems/factory_bot_rails@6.4.4.rbi @@ -4,6 +4,7 @@ # This is an autogenerated file for types exported from the `factory_bot_rails` gem. # Please instead update this file by running `bin/tapioca gem factory_bot_rails`. + # source://factory_bot_rails//lib/factory_bot_rails/generators/rspec_generator.rb#1 module FactoryBotRails; end