FS#79922 - [gitlab] PLEASE ENTER SUMMARY

Attached to Project: Arch Linux
Opened by Łukasz Buśko (str0gg) - Wednesday, 11 October 2023, 22:08 GMT
Last edited by Toolybird (Toolybird) - Thursday, 12 October 2023, 07:45 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Additional info:
* gitlab 16.4.1-1

Steps to reproduce:
Update to gitlab-16.1.4-1 to gitlab 16.4.1-1

sudo -u gitlab $(cat environment | xargs) GITLAB_ALLOW_SEPARATE_CI_DATABASE=1 bundle-2.7 exec rake db:migrate
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Could not find CFPropertyList-3.0.5 in any of the sources
Run `bundle install` to install missing gems.

No idea how to fix it I've tried install to system CFPropertyList-3.0.6 from aur. Did not change anything
Tired to manually gem install into gems and vendor/gems. Did not change anything.
Tried bundle install --redownload. Did not change anything.

This task depends upon

Closed by  Toolybird (Toolybird)
Thursday, 12 October 2023, 07:45 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Wiki documentation issue
Comment by loqs (loqs) - Wednesday, 11 October 2023, 22:15 GMT
What if you replace bundle-2.7 with bundle? As gitlab 16.4.1-1 switched to ruby from ruby2.7.
Comment by Łukasz Buśko (str0gg) - Thursday, 12 October 2023, 06:26 GMT
It work thanks again thanks! Please update https://wiki.archlinux.org/title/GitLab so other people wont end up with same headache :-)
Comment by Toolybird (Toolybird) - Thursday, 12 October 2023, 07:43 GMT
> Please update <wiki page>

The wiki is editable by anyone, even you! Please help the community out by editing the wiki when you discover and solve a problem like this.

Loading...