Fix the rubygems extraction service to not create subtransactions
Replace a `.safe_find_or_create_by!` with `.find_or_create_by!` to avoid creating conditions where a subtransaction could be created. Changelog: fixed
Showing
Please register or sign in to comment