Failing to seed projects: "undefined method `_run_after_commit_queue' for nil:NilClass"

It's failing with the command:

bundle exec rake db:reset db:seed_fu
== Seed from /home/luffer/projects/gitlab/gitlab-development-kit/gitlab/db/fixtures/development/01_admin.rb
**************************************************
⛔️ WARNING: Sidekiq testing API enabled, but this is not the test environment.  Your jobs will not go to Redis.
**************************************************
.
OK

== Seed from /home/luffer/projects/gitlab/gitlab-development-kit/gitlab/db/fixtures/development/02_application_settings.rb
Creating the default ApplicationSetting record.
Enable hashed storage for every new projects.
.
== Seed from /home/luffer/projects/gitlab/gitlab-development-kit/gitlab/db/fixtures/development/03_project.rb
rake aborted!
NoMethodError: undefined method `_run_after_commit_queue' for nil:NilClass
(eval):93:in `block in create_project'
/home/luffer/projects/gitlab/gitlab-development-kit/gitlab/config/initializers/forbid_sidekiq_in_transactions.rb:8:in `skipping_transaction_check'
(eval):85:in `create_project'
(eval):108:in `block (6 levels) in run_file'
(eval):107:in `each'
(eval):107:in `each_with_index'
(eval):107:in `block (5 levels) in run_file'
/home/luffer/projects/gitlab/gitlab-development-kit/gitlab/lib/gitlab/seeder.rb:36:in `without_gitaly_timeout'
(eval):7:in `block (4 levels) in run_file'
/home/luffer/projects/gitlab/gitlab-development-kit/gitlab/lib/gitlab/seeder.rb:23:in `quiet'
(eval):6:in `block (3 levels) in run_file'
(eval):5:in `block (2 levels) in run_file'
/home/luffer/.asdf/installs/ruby/2.6.3/bin/bundle:23:in `load'
/home/luffer/.asdf/installs/ruby/2.6.3/bin/bundle:23:in `<main>'
Tasks: TOP => db:seed_fu
(See full trace by running task with --trace)
Assignee Loading
Time tracking Loading