Bump kramdown from 2.4.0 to 2.5.1 #5154
Annotations
8 warnings
test
Failed to download action 'https://api.github.com/repos/ruby/setup-ruby/tarball/a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
test
Back off 13.986 seconds before retry.
|
test
Failed to download action 'https://api.github.com/repos/ruby/setup-ruby/tarball/a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
test
Back off 27.05 seconds before retry.
|
test:
spec/services/proforma_service/import_task_spec.rb#L56
ProformaService::ImportTask#execute when task with same uuid exists in db creates a predecessor for task
Failure/Error: expect { import_proforma_task }.to change { task.reload.predecessor }.from(nil).to(be_an(Task))
NoMethodError:
undefined method `predecessor' for an instance of Task
|
test:
spec/services/proforma_service/import_task_spec.rb#L74
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task creates a new task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method `authors' for an instance of Task
|
test:
spec/services/proforma_service/import_task_spec.rb#L82
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task creates a predecessor for task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method `authors' for an instance of Task
|
test:
spec/services/proforma_service/import_task_spec.rb#L78
ProformaService::ImportTask#execute when task with same uuid exists in db when user does not own task when user is an author of task changes existing task
Failure/Error: before { task.authors << user }
NoMethodError:
undefined method `authors' for an instance of Task
|