You are not logged in.

#1 2023-10-11 11:27:32

str0gg
Member
Registered: 2012-12-01
Posts: 75
Website

[solved] gitlab 16.4.1-1 , CFPropertyList dependecy missing

How to fix this?

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.

Last edited by str0gg (2023-10-12 06:28:46)

Offline

#2 2023-10-11 21:46:34

str0gg
Member
Registered: 2012-12-01
Posts: 75
Website

Re: [solved] gitlab 16.4.1-1 , CFPropertyList dependecy missing

package from aur https://aur.archlinux.org/packages/ruby-cfpropertylist: same error

manual game install to gems: same error

bundle install --redownload: same error

bundle clean: not problems found

Offline

#3 2023-10-12 06:28:15

str0gg
Member
Registered: 2012-12-01
Posts: 75
Website

Re: [solved] gitlab 16.4.1-1 , CFPropertyList dependecy missing

bundle version used by gitlab  has been updated

current call should look like this
sudo -u gitlab $(cat environment | xargs) GITLAB_ALLOW_SEPARATE_CI_DATABASE=1  bundle exec rake db:migrate

Offline

Board footer

Powered by FluxBB